本文主要是介绍error: style attribute 'attr/colorPrimary (aka com.ab.activity:attr/colorPrimary)' not found.,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
compileSdkVersion 修改为28
添加如下依赖
implementation 'androidx.appcompat:appcompat:1.0.0-alpha1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.2'
这篇关于error: style attribute 'attr/colorPrimary (aka com.ab.activity:attr/colorPrimary)' not found.的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!