jadx Unrecognized VM option ‘MaxRAMPercentage=70.0‘ Error: Could not create the Java Virtual

A higher version of JADX encounters a lower version of JDK. When opening jadx,
the terminal may display a prompt such as jadx Unrecognized VM option 'MaxRAMPercentage=70.0' Error: Could not create the Java Virtual Machine.
The solution is to open jadx-gui in txt, change "-XX:MaxRAMPercentage=70.0" to "-Xmx4g", and then restart.

jadx.bat -ed:\temp.apk
can be opened with as or vsc.

Guess you like

Origin blog.csdn.net/a2831942318/article/details/132546762