Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top