A Windows automation script for Android APK decompilation, modification, recompilation, and signing using Apktool and Jarsigner.
✔️ 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
- Run: Double-click
decompile.bat
- Input: Enter the APK name (without
.apk
)
- Modify the
.smali
files as needed - Run
compile.bat
to recompile and sign the APK
🔹 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!