gpt4 book ai didi

android - 错误错误 : Error: No resource found that matches the given name (at 'theme' with value '@style/CustomActionBarTheme' ) can't figure out

转载 作者:行者123 更新时间:2023-11-30 03:24:30 24 4
gpt4 key购买 nike

我刚开始为 android 编程,遇到了这个我无法解决的错误。这是我得到的错误:

错误:错误:找不到与给定名称匹配的资源(在“主题”中,值为“@style/CustomActionBarTheme”)。

我在文件 bin/AndroidManifest.xml 中收到此错误

我在任何地方都看不到@style/CustomActionBarTheme,所以我不知道为什么会收到此错误。如果有人能帮助你,你就是我的英雄!这是我的脚本:

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="com.example.myfirstapp.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity
android:name="com.example.myfirstapp.DisplayMessageActivity"
android:label="@string/title_activity_display_message"
android:parentActivityName="com.example.myfirstapp.MainActivity" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.example.myfirstapp.MainActivity" />
</activity>

</application>

最佳答案

[不要删除原来的styles.xml文件]复制/恢复到默认/原始 styles.xml 文件,然后您可以将您的项目添加到该默认 styles.xml

关于android - 错误错误 : Error: No resource found that matches the given name (at 'theme' with value '@style/CustomActionBarTheme' ) can't figure out,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18472454/

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