String types not allowed (at 'blue' with value '')
问题 I am getting following error in appcompat-v7 library building the project. Error:(380, 5) String types not allowed (at 'blue' with value ''). \app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.1.1\res\values\values.xml appcompat-v7 library values.xml file where this error is occuring: <!-- this line --> <style name="Base.TextAppearance.AppCompat.SearchResult" parent=""> <item name="android:textStyle">normal</item> <item name="android:textColor">?android:textColorPrimary