gpt4 book ai didi

android - 错误 : style attribute 'attr/colorPrimary' not found

转载 作者:行者123 更新时间:2023-12-03 16:55:40 42 4
gpt4 key购买 nike

最近我根据新的 Android 指南将我的目标 SDK 更新为 29,但之后我收到了这个错误:

D:\Android Apps\PatherPane\app\src\main\res\values\styles.xml:4:5-9:13: AAPT: error: style attribute 'attr/colorPrimary (aka com.patherpane.app:attr/colorPrimary)' not found.


我的样式 XML 文件是:
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="SplashScreen" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">
@drawable/background_splashscreen
</item>
</style>
我怎样才能解决这个问题?
此命令后跟项目名称显示错误: Theme.AppCompat.Light.DarkActionBar

最佳答案

确保您没有错过应用兼容 build.gradle(app) 中的实现

implementation ‘com.android.support:appcompat-v7:28.0.0’
或者
implementation 'androidx.appcompat:appcompat:1.2.0'
如果使用 安卓x

关于android - 错误 : style attribute 'attr/colorPrimary' not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63511989/

42 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com