29

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?

Daniel Puiu
  • 962
  • 6
  • 21
  • 29
green.android
  • 731
  • 3
  • 7
  • 22

2 Answers2

30

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

Marcin Koziński
  • 10,835
  • 3
  • 47
  • 61
Usman Kurd
  • 7,212
  • 7
  • 57
  • 86
17

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

Achal Saraiya
  • 410
  • 5
  • 15