How to install apktool on Win 10?

Arpit  picture Arpit · Jul 31, 2016 · Viewed 12.8k times · Source

I have downloaded both apktool_2.1.1.jar & apktool_2.0.0rc4.jar from https://bitbucket.org/iBotPeaches/apktool/downloads and pasted it in C://Windows. Yet when I run apktool in cmd, it returns:

C:\Users\arpit>apktool 'apktool' is not recognized as an internal or external command, operable program or batch file.

Any help will be appreciated.

Answer

Mujammil Ahamed picture Mujammil Ahamed · Sep 26, 2016

->Download Windows wrapper script from here https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/windows/apktool.bat (Right click, Save Link As apktool.bat)

->Download apktool-2 https://bitbucket.org/iBotPeaches/apktool/downloads (find newest here)

->Rename downloaded jar to apktool.jar

->Move both files (apktool.jar & apktool.bat) to your Windows directory (Usually C://Windows) If you do not have access to C://Windows, you may place the two files anywhere then add that directory to your Environment Variables System PATH variable.

->Try running apktool with admin previlages via command prompt