Apktool M Tutorial ((full)) Jun 2026
What are you trying to make? (e.g., translation, removing ads, changing assets) Have you run into any specific error codes yet? Do you need help understanding Smali code syntax ? Share public link
Modify resources
Sign, optimize, or merge multiple files simultaneously. Step 1: Installation and Setup
Modifying Android applications used to require a fully configured desktop environment with Java, Android Studio, and command-line tools. changes this entirely by bringing the power of desktop decompilation directly to your Android device. apktool m tutorial
To install two versions of the same app, change the package name in the AndroidManifest.xml before recompiling.
Apktool M continues to evolve with regular updates:
Apktool M requires Android 5.2 or higher. Simply install the APK file as you would any other application. What are you trying to make
Open the project folder and navigate to res/values/strings.xml to change text displayed in the app.
:
: Tap on the APK file and select Decompile . Choose What to Decode : Share public link Modify resources Sign, optimize, or
Install the downloaded file and open it.
Framework resources
Common errors & fixes