ApkTool
Decompile and Recompile apk With ApkTool
Requirements:-
- Installed Java 8 or above.
Get Started:-
- Open the website using the browser.
- Save wrapper script as apktool.bat.
- Download the latest apktool.jar application.
- Create new folder and move both files.
- Move apk file to folder that you need to modify.
- Open cmd in the folder.
- Type apktool if appname.apk and apktool d appname.apk to decompile.
- After modified type apktool b appname to recompile.
- Copy recompiled appname.apk file from appname/dist/ .
- Download and unzip signapk.zip and paste their files to new folder.
- Now paste recompiled apk file to the folder.
- Open cmd in the folder and set path to java jre file installed in Computer.
- After that type java -jar signapk.jar certificate.pem key.pk8 appname.apk newsignedapp.apk .
I hope now you all know how to Decompile and Recompile Apk files using ApkTool.
Thanks!
ReplyDelete