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

Posted zeussbook

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file at 相关的知识,希望对你有一定的参考价值。

使用ApkIDE反编译出现如下错误:

Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:56)

解决方法:

1、从 apktool 官网:https://ibotpeaches.github.io/Apktool/下载最新版本的apktool

2、高版本覆盖掉低版本即可。如果下载的是1.x版本的请将下载到的文件改名为 apktool.jar 并放到本目录下的 1.x 文件夹中覆盖原有文件。如果下载的是2.x或更高版本的请将下载到的文件改名为 apktool.jar 并放到本目录下的 2.x 文件夹中覆盖原有文件

技术图片

因为我下的是2.4的最新版本,也就放在2.x文件夹中

编译成功:

技术图片

 

以上是关于Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file at 的主要内容,如果未能解决你的问题,请参考以下文章

Exception in thread "main" java.lang.UnsupportedClassVersionError

Exception in thread "main" java.util.InputMismatchException

Exception in thread "main" java.lang.ClassCastException

Exception in thread "main" java.lang.UnsatisfiedLinkError:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1

Exception in thread "main" java.lang.NullPointerException