-3

Apktool runs but shows an error now .Please help Image link attached

screenshot

Sᴀᴍ Onᴇᴌᴀ
  • 8,218
  • 8
  • 36
  • 58

2 Answers2

0

Make sure you have JDK, JRE and Android SDK Installed. Check out this link, that should help you

Regards.

balzathor
  • 17
  • 5
  • All three are installed on the system.According to the link,I enabled root mode and then typed the command but terminal shows sh: apktool: command not found. – Karan Kohli Jun 23 '15 at 18:13
  • Check whether the path variable is set you can run `echo $PATH` to check if it is set – balzathor Jun 23 '15 at 18:17
  • When I ran the command ,it showed /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin – Karan Kohli Jun 23 '15 at 18:27
  • Don't know what to do with the result as I don't know much about terminal commands – Karan Kohli Jun 23 '15 at 18:28
  • Well, its correctly set though, you can check these links https://www.youtube.com/watch?v=XbvyqpnP1-E http://ibotpeaches.github.io/Apktool/install/ – balzathor Jun 23 '15 at 18:34
  • Thanks ,that video helped but terminal starts to decompile it shows an error – Karan Kohli Jun 23 '15 at 19:32
  • I've attached the error link.Please look into it and help me – Karan Kohli Jun 23 '15 at 19:40
  • You must have to download `apktoo_2.0.0rc` file. then after You can decompile your apk file and will not get arcs file error. You can download latest file version from [Here](https://bitbucket.org/iBotPeaches/apktool/downloads) Now Rename your "apktool_2.0.0rc4.jar" to "apktool.jar". Now delete old "apktool.jar" file from your apktool folder. Now put this new "apktool.jar" file in your apktool folder where old "apktool.jar" was placed. now same run your cmd commands like `apktool if framework-res.apk` and next `apktool d "your appname.apk without quotes"` – balzathor Jun 24 '15 at 06:08
0

An online version of the apktool is available here: www.javadecompilers.com/apktool

Hope, it would help you to decompile the application without installation of the numerous prerequisites.

Andrew Rukin
  • 959
  • 11
  • 16