We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
apktool -version
java --version
OpenJDK Runtime Environment Corretto-21.0.3.9.1 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Corretto-21.0.3.9.1 (build 21.0.3+9-LTS, mixed mode, sharing)
Apktool ignores "res" dir even I use -c. -r, "-resm keep"
I need to manually add res files to unknownFiles in apktool.yml
Res dir contains three files: android.mime.types, debian.mime.types and vendor.mime.types
The text was updated successfully, but these errors were encountered:
Our jar parsing is probably very weak if non-source elements are packed within. Do you have a sample I can work from?
Sorry, something went wrong.
Any Android 14+ framework.jar file should be good. I've had this issue as well.
No branches or pull requests
Information
apktool -version
) - 2.10.0-dirtyjava --version
) -Apktool ignores "res" dir even I use -c. -r, "-resm keep"
I need to manually add res files to unknownFiles in apktool.yml
Res dir contains three files: android.mime.types, debian.mime.types and vendor.mime.types
The text was updated successfully, but these errors were encountered: