
Android打包
Mr.LQX
多语言逻辑实现师
展开
-
Apktool 打包出现First type is not attr解决
原因:ApkTool使用了aapt1去对aapt2打过的包重打包,google的aapt工具里面对resource.arsc里面第一个类型必须得是attr有强校验,否则就会报“First type is not attr!”的错误然而apktool的作者发现apk的resource.arsc里面第一个不是attr,而是anim。解决办法:(1)apktool empty-framework-...原创 2019-05-10 17:03:13 · 4102 阅读 · 0 评论 -
Apktool 回编译出现No resource identifier产生compileSdkVersionCodename等错误
apktool 回编译的时候出现:No resource identifier found for attribute ‘compileSdkVersion’ in package ‘android’No resource identifier found for attribute ‘compileSdkVersionCodename’ in package ‘android’反编译出来的...原创 2019-05-10 17:21:35 · 9564 阅读 · 5 评论