jar2dex min sdk version issue
Author: mistertiCreated Sep 22, 2023Updated Sep 27, 2024
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?
Source: pxb1988/dex2jar