簡體   English   中英

在包中找不到屬性“ cacheColorHint”的資源標識符

[英]No resource identifier found for attribute 'cacheColorHint' in package

我正在嘗試使用此雙向網格視圖lib:

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

我的xml文件:

在此處輸入圖片說明

在將其克隆到其他路徑,包之前,我的項目運行良好。

實際上,它在所有屬性“ app:....”上均顯示錯誤。

誰能建議我一些有關此錯誤的信息,我為此花了更多時間。

謝謝,

嘗試在舊項目中搜索cacheColorHint。

有可能:

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM