This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |