找不到与给定名称“android:Theme.Holo.Light.DarkActionBar”匹配的资源

时间:2014-11-25 08:29:32

标签: android android-actionbar

下面是我的xml文件。它让我错误地说“错误:检索项目的父项时出错:找不到与给定名称匹配的资源'android:Theme.Holo.Light.DarkActionBar'。”

<!--
    Base application theme for API 14+. This theme completely replaces
    AppBaseTheme from BOTH res/values/styles.xml and
    res/values-v11/styles.xml on API 14+ devices.
-->

<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
    <!-- API 14 theme customizations can go here. -->
</style>

3 个答案:

答案 0 :(得分:3)

在Package Explorer&gt;中右键单击您的项目。选择属性&gt;选择Android&gt;并将Project Build Target设置为API级别14或更高。

答案 1 :(得分:3)

parent属性更改为parent="android:style/Theme.Holo.Light.DarkActionBar"

答案 2 :(得分:0)

右键单击您的项目 - &gt; properties-&gt; Android,然后添加android-support-v7-appcompat

您可以从android-sdk文件夹导入此库 - &gt; extras-&gt; android-&gt; support-&gt; v7-&gt; appcompat