Apktool runs but shows an error now .Please help Image link attached
Asked
Active
Viewed 1,588 times
-3
-
Are you even in the right folder when trying to execute the script? – Toby Caulk Jun 23 '15 at 17:50
-
Yes, I navigated to the Desktop where I had created the folder containing the files – Karan Kohli Jun 23 '15 at 18:11
-
Have you set the script to be executable? – Toby Caulk Jun 23 '15 at 18:13
-
I don't know how to do that.Help please – Karan Kohli Jun 23 '15 at 18:18
-
I'm voting to close this question as off-topic because it's about **running a reverse engineering** tool, not about a **specific programming issue**. – Phantômaxx Jun 24 '15 at 07:11
2 Answers
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
-
-
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