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

今天玩反编译遇到下面情况
在这里插入图片描述查了一下是菜鸟的反编译工具版本过低的原因,

解决:官网(http://ibotpeaches.github.io/Apktool/ )下载最新的apktool工具,重命名一下在运行就okl啦(抛出的是io异常,也不知道是什么鬼)
在这里插入图片描述之后的反编译过程可以参考http://www.runoob.com/w3cnote/android-tutorial-decompile-apk-get-code-resources.html

猜你喜欢

转载自blog.csdn.net/weixin_42182945/article/details/88857154