I have to extract source code from APK file. I had rename the apk file to zip file and use the command for dex2jar classes.dex
to convert .dex file to jar. But in command prompt getting error like:
dex2jar is not an interanl or external command.
Downloaded dex2jar version.0.0.9 and extracted in new folder and extracted the new renamed APK file also in that folder. But I got stuck with that.