Decompile an Android APK packages using apk2src
In this guide, we will use apk2src from my github to decompile an android apk package that isn’t protected by something like proguard.
- Download and Extract https://github.com/ghimire/apk2src/archive/master.zip
- Download APK from mobile device:
 adb ls /data/appadb pull adb pull /data/app/com.example-1.apk
- cd apk2src-master
- ./apk2src com.example-1.apk
- Extract com.example-1.tar.bz2
 
       
      