how to get source file from apk file

我们两清 提交于 2019-11-28 03:54:31

问题


in android there is any possibility to getting source file from .apk file.


回答1:


It is possible. You need a decompiler for that. But be careful to consider the legal issues.

I use Dedexer or dex2jar. Most times there are good results, but sometimes it is not possible to decompile all sources.




回答2:


Well, normally you can't or shouldn't be able to, but you can try to 'reverse engineer' the apk (as its called) by using android-apktool:

http://ibotpeaches.github.io/Apktool/

I have no experience with the program yet by the way




回答3:


just go to this tutorial

http://forum.xda-developers.com/showthread.php?t=1108798 i hope it will help u.



来源:https://stackoverflow.com/questions/4601389/how-to-get-source-file-from-apk-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!