如何使用@ColorInt int
声明32位无符号颜色值?
当我使用它时,我会在构建时获得Cannot find symbol class ColorInt
。
答案 0 :(得分:2)
你可能错过了依赖。添加
compile 'com.android.support:support-annotations:23.4.0'
到依赖项部分中的build.gradle
。或者,您可以使用Project Structure Dialog
,选择模块,然后转到“dependency
”部分。单击+
然后单击“库依赖”。从那里,您可以选择support-annotations