Apktool M Tutorial May 2026
APKTool M will recompile resources, translate Smali back to DEX, and package everything.
We’ll demonstrate a real-world example: Changing the app name and removing a banner ad from a sample APK.
Remove permissions, change debuggable flag:
<application android:debuggable="true" ...>
Multi-dex and native libs
Smali to Java aid
Repacking with modified manifest package name
Automating tasks
Common errors & fixes
Apktool M is an advanced APK decompiler, editor, and recompiler for Android. Unlike the PC-based Apktool, this app lets you decompile, modify, and rebuild APKs directly on your phone.
Developer: Maximoff (based on iBotPeaches' Apktool)
Platform: Android 5.0+
Price: Free (open-source)
Latest version: v2.4.0 (as of 2025) apktool m tutorial
⚠️ Legal warning: Modifying apps may violate their terms of service. Use only for apps you own or have permission to modify.
An unsigned APK cannot be installed on a non-rooted device.