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
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.(DexFileReader.java:151)
at com.googlecode.d2j.reader.DexFileReader.(DexFileReader.java:211)
at com.googlecode.dex2jar.tools.Dex2jarCmd.doCommandLine(Dex2jarCmd.java:104)
at com.googlecode.dex2jar.tools.BaseCmd.doMain(BaseCmd.java:288)
at com.googlecode.dex2jar.tools.Dex2jarCmd.main(Dex2jarCmd.java:32)
Decompiling to mod/src (cfr)
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.(DexFileReader.java:151)
at com.googlecode.d2j.reader.DexFileReader.(DexFileReader.java:211)
at com.googlecode.dex2jar.tools.Dex2jarCmd.doCommandLine(Dex2jarCmd.java:104)
at com.googlecode.dex2jar.tools.BaseCmd.doMain(BaseCmd.java:288)
at com.googlecode.dex2jar.tools.Dex2jarCmd.main(Dex2jarCmd.java:32)
Decompiling to mod/src (cfr)
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.
The text was updated successfully, but these errors were encountered: