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

Dex version 040 is not supported #100

Closed
toraidl opened this issue Apr 15, 2024 · 1 comment
Closed

Dex version 040 is not supported #100

toraidl opened this issue Apr 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@toraidl
Copy link

toraidl commented Apr 15, 2024

Hi,

Exception in thread "main" org.jf.dexlib2.util.DexUtil$UnsupportedFile: Dex version 040 is not supported
at org.jf.dexlib2.util.DexUtil.verifyDexHeader(DexUtil.java:97)
at org.jf.dexlib2.util.DexUtil.verifyDexHeader(DexUtil.java:73)
at org.jf.dexlib2.dexbacked.DexBackedDexFile.fromInputStream(DexBackedDexFile.java:144)
at org.jf.dexlib2.DexFileFactory.loadDexContainer(DexFileFactory.java:248)
at org.jf.baksmali.DexInputCommand.loadDexFile(DexInputCommand.java:153)
at org.jf.baksmali.DisassembleCommand.run(DisassembleCommand.java:162)
at org.jf.baksmali.Main.main(Main.java:102)

To Reproduce
Steps to reproduce the behavior:

  1. Used version '1.3.7
  2. Operating system 'Linux bruce-ubuntu 6.6.0-14-generic
  3. Command 'java -jar ~/Downloads/APKEditor-1.3.7.jar d -f -i tmp/miui-services.jar -o tmp/miui-services'

Used apk file
miui-services.zip

@REAndroid REAndroid added the bug Something isn't working label Apr 16, 2024
REAndroid added a commit to REAndroid/smali-lib that referenced this issue Apr 16, 2024
@toraidl
Copy link
Author

toraidl commented Apr 29, 2024

Hi ,
I have tired the latest apk built in Actions, it works.
Thanks.

@toraidl toraidl closed this as completed Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants