- Error:(15) style attribute 'andr
- Error: style attribute '@android
- android studio 3.0 build错误
- 2018-06-04 add 'tools:replace="
- error: style attribute ‘@android
- Error:(3234) style attribute '@a
- Error:style attribute 'attr/colo
- Android Studio 3.0 升级gradle 3.0后
- TAG解决错误:Error:No resource identi
- Android 错误 'roundIcon' in packag
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'
网友评论