Android - How to decode and decompile any APK file?

前端 未结 2 1185
孤街浪徒
孤街浪徒 2020-12-08 07:28

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

相关标签:
2条回答
  • 2020-12-08 07:40

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

    0 讨论(0)
  • 2020-12-08 08:00

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

    0 讨论(0)
提交回复
热议问题