Apk decompile error: d2j-dex2jar command not found

前端 未结 7 1252
暖寄归人
暖寄归人 2021-02-05 17:15

I try to get source code from an .apk

I followed the steps from right here Is there a way to get the source code from an APK file? but on Step 2.4 when I wrote on my cm

相关标签:
7条回答
  • 2021-02-05 18:00

    Just goto the folder where you put your classes.dex file then just run the command in command prompt http://i.stack.imgur.com/8X3aP.png

    -Make sure you have downloaded the dex2jar latest version which is dex2jar-2.0. download it with this link

    https://sourceforge.net/projects/dex2jar/

    -It will then make your classes.dex file to executable jar 'classes-dex2jar.jar'

    0 讨论(0)
提交回复
热议问题