问题描述
我尝试从 .apk 获取源代码
我按照这里的步骤操作有没有办法得到来自 APK 文件的源代码? 但在第 2.4 步,当我在我的 cmd dex2jar path> 上写代码时d2j-dex2jar classes.dex
我得到 p>
"'d2j-dex2jar' 不是内部或外部命令,也不是可运行的程序或批处理文件."
有什么解决办法吗?
使用 dex2jar classes.dex
而不是 d2j-dex2jar classes.dex
并请检查您使用的是哪个版本的 dex2jar.如果是dex2jar-2.x jar 文件,请尝试下载dex2jar-0.0.9.15 jar 文件.
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 cmd dex2jar path> d2j-dex2jar classes.dex
I get
"'d2j-dex2jar' is not recognized as an internal or external command, operable program or batch files."
any solutions ?
Use dex2jar classes.dex
instead of d2j-dex2jar classes.dex
And please check which version of dex2jar is with you.if it is dex2jar-2.x jar file then , please try to download dex2jar-0.0.9.15 jar file.
这篇关于Apk反编译错误:找不到d2j-dex2jar命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!