apktool decompile file Issue
Hi Kali Members !
i have one issue with decompiling one file with apk tool. I just downloaded latest apktool from apktool webpage (both files apktool script, and apktool.jar) and moved to /user/local/bin as was suggested by apktool devs. When try to decompile the file with command:
Code:
apktool d File.apk File
get this error:
Code:
Input file (File) was not found or was not readable.
Why this error persist? How to fix. i allready have installed Java. This is output from command: java -version
Code:
root@kali:/usr/local/bin# java -version
openjdk version "1.8.0_102"
OpenJDK Runtime Environment (build 1.8.0_102-8u102-b14.1-2-b14)
OpenJDK 64-Bit Server VM (build 25.102-b14, mixed mode)
I use 64 bit version of kali roling 02.2016.
Any suggestions, how to fix this?