smali icon indicating copy to clipboard operation
smali copied to clipboard

Smali patcher does not support Dex version 039

Open Comtesse135 opened this issue 2 years ago • 1 comments

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.

Comtesse135 avatar Sep 09 '23 18:09 Comtesse135

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.

auermich93 avatar Sep 20 '23 19:09 auermich93