Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - How to decode and decompile any APK file?

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?

like image 608
green.android Avatar asked Feb 20 '13 08:02

green.android


People also ask

Is it possible to decompile APK?

Yes, there are tons of software available to decompile a . apk file.


1 Answers

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

like image 66
Usman Kurd Avatar answered Sep 29 '22 15:09

Usman Kurd