我正在尝试使用此双向网格视图lib:

https://github.com/jess-anders/two-way-gridview

我的xml文件:

android - 在包中找不到属性“cacheColorHint”的资源标识符-LMLPHP

在将其克隆到其他路径,程序包之前,我的项目运行良好。

实际上,它在所有属性“ app:....”上均显示错误。

谁能建议我一些有关此错误的信息,我为此花了更多时间。

谢谢,

最佳答案

尝试在旧项目中搜索cacheColorHint。

可能:

<declare-styleable name="TwoWayGridView">
    <attr name="cacheColorHint" format="reference"></attr>
</declare-styleable>

09-11 19:18