REAndroid / APKEditor

Powerful android apk editor - aapt/aapt2 independent
Apache License 2.0
843 stars 125 forks source link

Dex version 040 is not supported #100

Closed toraidl closed 5 months ago

toraidl commented 5 months ago

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

toraidl commented 5 months ago

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