App反编译二次打包常见问题处理
时间:2014-10-23 17:39:31
收藏:0
阅读:305
1、二次打包时报错:Error retrieving parent for item: No resource found that matches the given name
如:
D:\用户目录\Desktop\APP反编译\Android反编译工具包(最新版)\apk2java\apktool1.4. 1\HJ7\res\values\styles.xml:11: error: Error retrieving parent for item: No reso urce found that matches the given name '@*android:style/Theme.Black.NoTitleBar.F ullscreen'.找到xml文件删除@*.
原文:http://blog.csdn.net/oyangyufu/article/details/40400735
评论(0)