dex2jar icon indicating copy to clipboard operation
dex2jar copied to clipboard

Is there any plan to support Android Q Version?

Open habreil opened this issue 6 years ago • 2 comments

when use a dex file from android Q, it will make a exception: com.googlecode.d2j.DexException: not support version.

the dex version is 039.

Is there any plan to support Android Q Version? thanks!

habreil avatar Dec 30 '19 12:12 habreil

When things came to dex version 038, someone manually edited classes.dex, changed 038 to 037, finally got a jar. That doesn't work for dex version 039.

KANGOD avatar Jul 14 '20 13:07 KANGOD

use this: https://github.com/DexPatcher/dex2jar/releases it can process dex.039

sg552 avatar Mar 17 '21 03:03 sg552