下面是我的xml文件。它讓我錯誤地說,「錯誤:錯誤檢索項目的父項:找不到匹配給定的資源名稱'android:Theme.Holo.Light.DarkActionBar'。「找不到與給定名稱匹配的資源'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>
你的minSdkVersion在清單中是什麼? – Paritosh 2014-11-25 08:43:43
android:minSdkVersion =「11」 android:targetSdkVersion =「17」 – 2014-11-25 08:47:28