美文网首页
Error:(15) style attribute 'andr

Error:(15) style attribute 'andr

作者: miniminiming | 来源:发表于2018-04-24 10:22 被阅读0次

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'

相关文章

网友评论

      本文标题:Error:(15) style attribute 'andr

      本文链接:https://www.haomeiwen.com/subject/tbmdlftx.html