使用APKTOOL 反编译APK 失败的解决方法

来源:互联网 发布:怎样提高淘宝信誉度 编辑:程序博客网 时间:2024/06/05 03:04


使用apktool 反编译 APK 报错


Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file

   at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:54)
  at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:615)
  at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:74)
  at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.java:66)

.....

使用 apktool_2.0.0rc3.jar  这个工具 反编译apk 成功。

使用方法: 打开cmd之后输入:java -jar apktool_2.0.0rc3.jar d -f D:\xxxxxxx.apk



0 0
原创粉丝点击