-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Add support for Android App Bundle #1129
Labels
Comments
I've discovered that all data can be deserialized using |
skylot
added a commit
that referenced
this issue
Mar 8, 2021
* Implement proto parse * fix code formatting * fix tests with empty input * revert not needed code style changes * Implement parse of resources.pb for AAB Co-authored-by: bagipro <[email protected]> Co-authored-by: Skylot <[email protected]>
When I use the latest version from master and open the Android app bundle linked in this issue I am getting in the log the following Exception:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your idea:
Android App Bundle (
.aab
) is an official formal for Android apps. It's a container with default contents + configs for different devices (such as screen resolution)Decompiler works well for sources, but not for resources (that are not decompiled at all)
The text was updated successfully, but these errors were encountered: