Skip to content

A Windows automations scripts for Android APK compilation and decompilation using Apktool and jarsigner

License

Notifications You must be signed in to change notification settings

terracota19/Android_apktool_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ Android Apktool Tools

A Windows automation script for Android APK decompilation, modification, recompilation, and signing using Apktool and Jarsigner.

🔹 Features

✔️ Decompile APKs to modify their source files
✔️ Edit .smali files and other resources
✔️ Recompile and sign the APK automatically
✔️ Simple and easy-to-use batch scripts


📥 Decompilation

  1. Run: Double-click decompile.bat
  2. Input: Enter the APK name (without .apk)

Decompilation Process


🛠️ Compilation & Signing

  1. Modify the .smali files as needed
  2. Run compile.bat to recompile and sign the APK

Compilation Process


⚡ Requirements

🔹 Java (Ensure it's installed and added to PATH)
🔹 Apktool (apktool.jar should be in the script directory)
🔹 Jarsigner (Comes with Java JDK)

🚀 Enjoy modding your APKs!

About

A Windows automations scripts for Android APK compilation and decompilation using Apktool and jarsigner

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published