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.