Error:(15) style attribute 'andr
2018-04-24 本文已影响0人
miniminiming
Error:(9, 5) error: resource android:attr/colorError not found.
Error:(15) style attribute 'android:attr/keyboardNavigationCluster' not found.
合项目的时候大量出现了这种错误
两个项目单独跑的时候都是正常的,但是把一个项目作为另一个项目的支持库的时候就报了很多 这种错误。
主项目的这个版本
compileSdkVersion 26
大于等于子项目的这个版本就可以了,我之前上面compileSdkVersion是23
implementation 'com.android.support:appcompat-v7:26.1.0'