开发者

How to Open decompiled apk file with eclipse?

I have decompiled apk file using apktool. It creates res folder, smali folder, AndroidManifest.xml and apktool.yml. I am not an expert with the smali files that is why I decompiled the classes.dex from the apk file using dex2jar then used jd-gui to get the java source code. Now, I don't how to load them in 开发者_Python百科Eclipse.


Decompiled code is not equals source code. You can only view code in eclipse File - Open. You can't compile that code again.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜