天天看點

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

使用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 檔案夾中覆寫原有檔案

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

因為我下的是2.4的最新版本,也就放在2.x檔案夾中

編譯成功:

Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file at brut.androlib.res.decoder.ARSCDecoder.decode
下一篇: Freemarke