使用apktool回编译Apk错误

北战南征 提交于 2020-01-20 19:14:08

问题一:
使用apktool回编译时部分Apk时出现错误。
具体错误为:brut.androlib.AndrolibException: brut.common.BrutException: could not exec: […以下省略若百字…\AndroidManifest.xml]
在这里插入图片描述

原因:
Apk资源过多
解决:
下载最新的apktool,下载地址

问题二:
使用apktool回编译时Apk时出现错误。
具体错误为:
error: No resource identifier found for attribute ‘compileSdkVersion’ in package ‘android’
error: No resource identifier found for attribute ‘compileSdkVersionCodename’ in package ‘android’
在这里插入图片描述
原因:
找不到对应资源

解决:
打开AndroidManifest.xml,删除对应语句就好。

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!