In this post I wanna show you. How to decompile & recompile any android app & game using apktool cmd edition.
Disclaimer: If you follow this post please work at your own risk. If your android is destroyed then we are not responsible your complain.
Requirement:
1. Apktool
2. Java Jre
3. Winrar/7-zip
4. Windows PC (Any version)
5. Some working knowledge
Guide: At first collect and install all requirement and follow all step carefully.
Step 01: Extract apktool zip file, copy and past android app or game that you can edit.
Step 02: Open cmd command following this image, write cmd and hit "enter"
Step 03: If you can edit systemui.apk, framework-res.apk, settings.apk or any app from custom rom or stock rom. Then at first import framework-res.apk or If you can edit any local android app then skip this step.
code:
Step 04: For decompile follow this code (replace filename to apk name)
code:
Step 04: For recompile follow this code (replace filename to apk name)
code:
Step 05: At last you can see your new editing app filename/dist/here. Now sing this app and install, how to sing follow this post.
Or, see this video:
Disclaimer: If you follow this post please work at your own risk. If your android is destroyed then we are not responsible your complain.
Requirement:
1. Apktool
2. Java Jre
3. Winrar/7-zip
4. Windows PC (Any version)
5. Some working knowledge
Guide: At first collect and install all requirement and follow all step carefully.
Step 01: Extract apktool zip file, copy and past android app or game that you can edit.
Step 02: Open cmd command following this image, write cmd and hit "enter"
Step 03: If you can edit systemui.apk, framework-res.apk, settings.apk or any app from custom rom or stock rom. Then at first import framework-res.apk or If you can edit any local android app then skip this step.
code:
apktool if framework-res.apk
Step 04: For decompile follow this code (replace filename to apk name)
code:
apktool d filename.apk
Step 04: For recompile follow this code (replace filename to apk name)
code:
apktool b filename
Step 05: At last you can see your new editing app filename/dist/here. Now sing this app and install, how to sing follow this post.
Or, see this video:
EmoticonEmoticon