How to decompile an android app from the google play store

丶灬走出姿态 提交于 2019-12-03 10:14:51

问题


I want to decompile one android app that is available on google play store. Can anybody suggest to me an online tool or any apktool that will help me to decompile source code of apk?

Thanks in advance.


回答1:


  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.



来源:https://stackoverflow.com/questions/43752446/how-to-decompile-an-android-app-from-the-google-play-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!