JJ_Azevedo
Android Enthusiast
First download the needed file and extract it to your C:\ driectory and download Java JRE
LINK: apktool - Download - 4shared
After you've extracted it to your C drive open it
Once inside apktool folder open command prompt
Once in command prompt type cd apktool
If you are on windows 7 just hold shift and right click inside the apktool folder and you should see open command window here
After you have done you will need to install the framework so in command prompt type apktool if framework-res.apk
Once you have installed the framework you can now decompile and compile apks
To decompile and apk type apktool d (name of apk).apk and press enter and it should start decompiling
It should make a folder of your decompiled apk
To compile an apk type apktool b -f (name of folder)
Credit goes to Connor Tumbleson and Brut for making apktool
Hope this helps with anybody who tried decompiling and compiling apks but failed
-admire samsung
LINK: apktool - Download - 4shared
After you've extracted it to your C drive open it
Once inside apktool folder open command prompt
Once in command prompt type cd apktool
If you are on windows 7 just hold shift and right click inside the apktool folder and you should see open command window here
After you have done you will need to install the framework so in command prompt type apktool if framework-res.apk
Once you have installed the framework you can now decompile and compile apks
To decompile and apk type apktool d (name of apk).apk and press enter and it should start decompiling
It should make a folder of your decompiled apk
To compile an apk type apktool b -f (name of folder)
Credit goes to Connor Tumbleson and Brut for making apktool
Hope this helps with anybody who tried decompiling and compiling apks but failed
-admire samsung
Remember to have JRE (Java) Installed on your computer/lappy

. Any help?