下面是我的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>
答案 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