APKtools (APK Studio) Could not decode arsc file

后端 未结 5 546
礼貌的吻别
礼貌的吻别 2020-12-24 13:42

I am tring to decompile an APK with AKP-Studio (it uses Apktool 2.0.0-Beta9) but on every APK I get this error:

May 05, 2015 5:38:30 PM brut.androlib.ApkDeco         


        
相关标签:
5条回答
  • 2020-12-24 14:07

    For me, 2.0.0 versions had same issue, but 2.0.3 solves the problem.

    Download newest apktool.jar version at https://bitbucket.org/iBotPeaches/apktool/downloads (apktool owner's repository)

    0 讨论(0)
  • 2020-12-24 14:12

    I can solve this problem 1. Download framework-res.apk from https://basketbuild.com/filedl/devs?dev=aniruddhc&dl=aniruddhc/framework-res.apk 2. You can download latest file version apktool from https://bitbucket.org/iBotPeaches/apktool/downloads and change name to "apktool.jar". 3. Open folder Framework,delete old file "apktool.jar",later copy new file "apktool.jar" and file framework.res.apk. Later run file Command Prompt and run command "apktool if framework-res.apk". 4. Delete old file "apktool.jar" and copy new file "apktool.jar" in folder APKTool. 5. End, run command apktool d name_apk

    Smile !

    0 讨论(0)
  • 2020-12-24 14:19

    I got the same problem with version 2.0.0. I updated to version 2.1.1 and the problem disappeared.

    0 讨论(0)
  • 2020-12-24 14:26

    You must have to download apktoo_2.0.0rc file. then after You can decompile your apk file and will not get arcs file error.

    You can download latest file version from Here

    Now Rename your "apktool_2.0.0rc4.jar" to "apktool.jar".

    Now delete old "apktool.jar" file from your apktool folder.

    UPDATE:
    __

    For Windows users, it's located in:

    C:\Users\yourusername\.apkstudio\vendor 
    

    __

    Now put this new "apktool.jar" file in your apktool folder where old "apktool.jar" was placed.

    now same run your cmd commands like apktool if framework-res.apk

    and next

    apktool d "your appname.apk without quotes"

    and keep smile..

    0 讨论(0)
  • 2020-12-24 14:30

    Try the latest apktool.jar

    Download link https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.2.jar

    0 讨论(0)
提交回复
热议问题