How to decompile an android app from the google play store How to decompile an android app from the google play store android android

How to decompile an android app from the google play store


  1. Install which app you need from the playstore.
  2. Install Apk Extractor from playstore.
  3. Extract the apk using that Apk Extractor app.
  4. Just go to this link JavaDecompilers

Choose file and do Upload and DEcompile. You will get the zip file.


I found apktool much faster as you can run it on your computer.The problem with the websites pointed to in other answers is that most of the time they have a little bit longer queue while processing decompilation requests.Also, internet speeds can be a limiting factor in many countries as not everyone gets good upload speed when they want to decompile large apk files.

check this tool out. https://ibotpeaches.github.io/Apktool/install/

After installing run this command to decompile your apk files.apktool d myfile.apk