Skip to content
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

[BUG] Ignores res folder of framework.jar #3615

Open
chiteroman opened this issue Jun 8, 2024 · 2 comments
Open

[BUG] Ignores res folder of framework.jar #3615

chiteroman opened this issue Jun 8, 2024 · 2 comments

Comments

@chiteroman
Copy link

Information

  1. Apktool Version (apktool -version) - 2.10.0-dirty
  2. Operating System (Mac, Linux, Windows) - Windows
  3. APK From? (Playstore, ROM, Other) - ROM
  4. Java 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

@iBotPeaches
Copy link
Owner

Our jar parsing is probably very weak if non-source elements are packed within. Do you have a sample I can work from?

@salvogiangri
Copy link

Our jar parsing is probably very weak if non-source elements are packed within. Do you have a sample I can work from?

Any Android 14+ framework.jar file should be good. I've had this issue as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants