You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Used version '1.3.7
Operating system 'Linux bruce-ubuntu 6.6.0-14-generic
Command 'java -jar ~/Downloads/APKEditor-1.3.7.jar d -f -i tmp/miui-services.jar -o tmp/miui-services'
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:
Used apk file
miui-services.zip
The text was updated successfully, but these errors were encountered: