Open mbv opened 1 year ago
Thank you very much, I have also received your email with the APK. I will take a look at it soon
This issue is basically caused by problems calculating frames. We can simply changes the flags passed to ClassWriter.
We convert the dex to jar files not for running on Hotspot JVM (for sure), so frames aren't of necessity. Disabling the COMPUTE_FRAMES
flag is ok to fix this.
I think the dex2jar has an existing config system. You just need to disable the corresponding flag.
app-error.zip
will send apk to email