Apk decompile error: d2j-dex2jar command not found

前端 未结 7 1275
暖寄归人
暖寄归人 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 17:53

    place all the apk file, coverted zip, apktool, apktool install, dex2jar, jd-gui folders under a single folder... open command prompt(admin).. then goto the directory of your newly created folder.. then type... d2j-dex2jar classes.dex , press enter... thats it ur problem is solved...cheezzz

    no need to add any xtra permissions...it workwed for me..it'll work for you too...

提交回复
热议问题