Android - How to decode and decompile any APK file?

血红的双手。 提交于 2019-11-27 00:53:58

问题


I'm working on ads: my customers gave me some APK files of their Apps.
My work consists of inserting ad banners into them.
After closing the ad banners, these apps will run.

My question is: How to decode and decompile APK file?


回答1:


To decompile APK Use APKTool.
You can learn how APKTool works on http://www.decompileandroid.com/ or by reading the documentation.




回答2:


You can try this website http://www.decompileandroid.com Just upload the .apk file and rest of it will be done by this site.



来源:https://stackoverflow.com/questions/14975618/android-how-to-decode-and-decompile-any-apk-file

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