error: attribute 'xxx:cardBackgroundColor' not found

error: attribute 'com.zy.gank.gankio:cardBackgroundColor' not found.
Message{kind=ERROR, text=error: attribute 'com.zy.gank.gankio:cardBackgroundColor' not found., sources=[E:\gankio\app\src\main\res\layout\recycler_view_item.xml:17], original message=, tool name=Optional.of(AAPT)}
在使用cardview时,报出了这样的错误。

 
  

找不到app:xx的所有属性,一开始以为v7包里面有cardview了,就没有导入cardview的包,没想到是这个原因,弄了几个小时没找到原因,后来才试试导入

implementation 'com.android.support:cardview-v7:27.1.1'

就可以了。

你可能感兴趣的:(android,kotlin,安卓)