apkx
apkx copied to clipboard
com.googlecode.d2j.DexException: not support version.
Hi,
I have the following error:
Extracting mod.apk to mod
Converting: classes2.dex -> classes2.jar (dex2jar)
dex2jar mod/classes2.dex -> mod/classes2.jar
com.googlecode.d2j.DexException: not support version.
at com.googlecode.d2j.reader.DexFileReader.
I have seen that the solution could be this: https://github.com/DexPatcher/dex2jar/releases
but I don't know how to implement it, could you please give me the steps to fix it? Thank you.
@cr4ck32 I worked with the following steps, please try it. 👍
1. Install dex2jar by brew
brew install dex2jar