Illegal resource reference: @*android resources are private and not always present 解决方案

方法1:

0:前言
在android开发中,当使用别人的代码的时候,在style.xml中有此种错误
1:解决方案
删除*星号

方法2

如题:我现在的eclipse会报错:Illegal resource reference: @*android resources are private and not always present怎么让它支持这种方式编译?
这个是lint检测被打开的时候报的错误. 你可以在设置里面把lint error checking 关掉就行了, 再clear lint error一下就行了
Illegal resource reference: @*android resources are private and not always present 解决方案_第1张图片
红圈内的选项,不高的,取消,不过最好抽段时间右键项目,run一下error检查。截图如下:
Illegal resource reference: @*android resources are private and not always present 解决方案_第2张图片

你可能感兴趣的:(APP,签名,打包,发布)