如何使用@ColorInt

时间:2016-05-15 12:51:34

标签: android colors

如何使用@ColorInt int声明32位无符号颜色值?

当我使用它时,我会在构建时获得Cannot find symbol class ColorInt

1 个答案:

答案 0 :(得分:2)

你可能错过了依赖。添加

compile 'com.android.support:support-annotations:23.4.0'

到依赖项部分中的build.gradle。或者,您可以使用Project Structure Dialog,选择模块,然后转到“dependency”部分。单击+然后单击“库依赖”。从那里,您可以选择support-annotations