-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jar2dex min sdk version issue #603
Comments
You need to run |
There is no jar2dex executable in the package, only d2j-jar2dex.bat/sh script, which doesn't accept this parameter |
i found --sdk switch, i don't know how i missed it. There is no warning anymore, but the fatal error is still there. The stack that is currently output from the command is: Uncaught translation error: com.android.dx.cf.code.SimException: stack: overflow UNEXPECTED TOP-LEVEL EXCEPTION: |
So i see now that i used ThexXTURBOXx/dex2jar v72 which is from your repository @ThexXTURBOXx. This one indeed supports --sdk switch, while this version does not. |
|
Hello @misterti @ThexXTURBOXx Can you please help here what is the potential reason for this issue. I used SNAPSHOT 2.2 , where I didn't face this issue, now trying to update latest 2.4 getting this error. Kindly provide valuable input. MacBook-Pro dex2jar-2.0 % ./d2j-jar2dex.sh -msdk 26 -o /decompiled/classes.dex /tempFiles/temp72439770942451111143483395049041/outputJar17271700864936955404584632897090_merged.jar |
I used dex2jar to get the jar, then immediately running jar2dex gives this error:
defining a static interface method requires --min-sdk-version >= 24 (currently 13)
Actually it's a set of warnings which eventually gives fatal error:
Uncaught translation error: com.android.dx.cf.code.SimException: stack: overflow
What is this referring to?
The text was updated successfully, but these errors were encountered: