You don't actually install it you extract it and open a command window to decompile and recompile. let me give you an exampleHow do I install apk tool???
Sent from the Trans-Epic Express
you extract apktool. aapt,and apktool.bat to a folder on your c drive. name the folder apktool
open a command window
type cd\apktool and hit enter
this should be what you see
C:\apktool>
to decompile-
type
C:\apktool>apktool d app.apk ./out
app being whatever you call it
hit enter
to recompile-type
C:\apktool>apktool b -f -d ./out
you dont have to name your destination folder out. you can name it whatever you want.
to install framework files
place the framework-res and com.htc.resources in your apktool folder
so if your open in the command window to apktool type-
apktool if framework-res.apk
hit enter
then type
apktool if com.htc.resources.apk
hit enter
hope this helps
edit: silverxbv2 brings up a good point. on his system he doesnt type ./out or else he errors out. he just types< app out> and decompiles that way.
Sent from my PG86100 using XDA Premium App
Last edited: