krblock
krblock
Based on the following line from the source, it would seem that oat2dex is using Dex version 037. ./dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/HeaderItem.java: // On android N and later we support dex version 037....
Have you run into any cases where dex2jar failed when given a jar with version 037?
What version of dex2jar are you using? I'm using 0.0.9.15 because of issue 84 results in the loss of debug information. Wondering if I can just apply this patch to...