首页
社区
课程
招聘
[原创] 修复apktool打包微信的问题:No resource identifier found for attribute 'key' in package 'com.tencent.mm'
发表于: 2018-4-25 15:04 7316

[原创] 修复apktool打包微信的问题:No resource identifier found for attribute 'key' in package 'com.tencent.mm'

2018-4-25 15:04
7316

修复apktool回编译时被AndroidResGuard处理过的APK报错问题:

No resource identifier found for attribute 'layout' in package 'com.tencent.mm'

No resource identifier found for attribute 'key' in package 'com.tencent.mm'

.......

使用apktool-2.0.3也可以回编译,但是比如微信回编译后会增加到110M左右,很不友好。

而使用apktool-2.3.2和原包大小一样,65M左右。

所以基于apktool 2.3.2源码进行了一些处理。


https://github.com/xxxyanchenxxx/apktool_AndResGuard



[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 58
活跃值: (153)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
学习了
2018-4-25 16:49
0
雪    币: 237
活跃值: (3183)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
3
发改过的apktool源码学习下?
2018-4-25 17:16
0
雪    币: 2694
活跃值: (80)
能力值: ( LV2,RANK:15 )
在线值:
发帖
回帖
粉丝
4
学习了
2018-4-25 18:37
0
游客
登录 | 注册 方可回帖
返回
//