ApkTool

Decompile and Recompile apk With ApkTool



Requirements:-

Get Started:-


  1. Open the website using the browser.


  2. Save wrapper script as apktool.bat.


  3. Download the latest apktool.jar application.


  4. Create new folder and move both files.

  5. Move apk file to folder that you need to modify.


  6. Open cmd in the folder.


  7. Type apktool if appname.apk and apktool d appname.apk to decompile.


  8. After modified type apktool b appname to recompile.


  9. Copy recompiled appname.apk file from appname/dist/ .


  10. Download and unzip signapk.zip and paste their files to new folder.

  11. Now paste recompiled apk file to the folder.


  12. Open cmd in the folder and set path to java jre file installed in Computer.

  13. 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.

Comments

Post a Comment

Popular Posts