Skip to content

Instantly share code, notes, and snippets.

1. Download latest apktool version.
2. Create a folder anywhere in the PC and put all the apktool.jar in the folder
3. Open command prompt.
4. Navigate to the folder where you placed apktool.jar
5. For decompiling use the command "d". The "d" stands for decompile.
apktool<version>.jar d name-of-the-app.apk