Using apktool to decompile apk file

后端 未结 6 629
一生所求
一生所求 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

    Those who are still facing same issue, follow below steps:

    1. Download "https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/windows/apktool.bat"
    2. download latest apktool from https://bitbucket.org/iBotPeaches/apktool/downloads/
    3. Rename apktool_version.jar to apktool.jar
    4. Put .bat and .jar in same folder.
    5. Run apktool.bar d "path of apkfile/example.apk"

提交回复
热议问题