Purely Java Based Analyze the contents of the APK file Decompile and extract the contents of the APK file Decompile the DEX files to JAVA source files (.dex to .java) [ New feature in v2.0 ] Select ...
From version 2.0, apk-parser requires Java 7. The last version to support Java 6 is 1.7.4. The ordinary way is using the ApkFile class, which contains convenient ...