Decompile an Android APK packages using apk2src

October 2, 2018

In this guide, we will use apk2src from my github to decompile an android apk package that isn’t protected by something like proguard.

  1. Download and Extract https://github.com/ghimire/apk2src/archive/master.zip
  2. Download APK from mobile device:
    adb ls /data/app adb pull adb pull /data/app/com.example-1.apk
  3. cd apk2src-master
  4. ./apk2src com.example-1.apk
  5. Extract com.example-1.tar.bz2

♡2018 by ghimire. Copying is an act of love. Please copy.

Discussion