You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we're using java -jar to run apk-tool.jar for decompiling the APK. This put a dependency on JDK. If we can create a library version of apk-tool, we can easily remove the dependency.
Currently, we're using
java -jar
to runapk-tool.jar
for decompiling the APK. This put a dependency on JDK. If we can create a library version ofapk-tool
, we can easily remove the dependency.Ref :https://github.com/iBotPeaches/Apktool/blob/323935b9952b9ca1904083ff29e2b85fad01b5f4/brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java#L113
The text was updated successfully, but these errors were encountered: