Using apktool to decompile apk file

后端 未结 6 679
一生所求
一生所求 2021-02-02 00:02

I tried extracting apk file using apktool. I followed steps mentioned below. Is there a way to get the source code from an APK file?

but i am not able to get it complete

6条回答
  •  [愿得一人]
    2021-02-02 00:29

    I would create a folder called "apktool" somewhere where it won't be deleted ( a safe spot ).

    Download the wrapper file & the apktool file itself via the Google code page (linked below). This is 2 files. One is a wrapper, OS specific, along with aapt ( which is needed for rebuild), and the other is simply apktool.jar which is the main application.

    Once that is done, go into Environment Variables (PATH) for Windows, and add that current directory to it. So you can access apktool / aapt anywhere via command prompt.

    http://code.google.com/p/android-apktool/

提交回复
热议问题