JesusFreke / smali

smali/baksmali
6.26k stars 1.07k forks source link

Smali patcher does not support Dex version 039 #878

Open Comtesse135 opened 10 months ago

Comtesse135 commented 10 months ago

Hello. I have been trying to create a module but I keep getting this error with the spoofing patch option:

Built apk into: tmp\dist\services.jar W: Could not find resources fatal: exception: org.jf.dexlib2.util.DexUtil$UnsupportedFile: Dex version 039 is not supported ==> Merged patch: sigspoof_7.0-9.0 fatal: exception: org.jf.dexlib2.util.DexUtil$UnsupportedFile: Dex version 039 is not supported ==> Merged patch: sigspoof_core

Thank you.

auermich93 commented 10 months ago

Can you share the apk you used to decompile? I would have thought that Dex version 039 should have been supported, but I might be wrong.