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
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 !