Reputation: 65
I am using Ubuntu 14.04 and want to extract a apk, I have downloaded dex2jar and extracted it and run the command ./d2j-dex2jar classes.dex but the terminal returns "No such file or directory"
This is true as there is no such file or directory to be executed.
I did a through research on the matter and everywhere it was mentioned the same thing unzip dex2jar and run the above mentioned command.
What is that I am missing that i am unable to convert .dex file to .jar file.
Upvotes: 3
Views: 3901
Reputation: 31
I tried this answer first, but got the same problem as you.
Then I found another answer and it solved my problem. Just download the dex2jar-0.0.9.15.jar it provided. You will be able to find d2j-dex2jar.sh in the extracted folder! Hope this would be helpful.
Upvotes: 3