1
當我在eclipse中導入我的Android項目時,出現以下錯誤。類型錯誤:錯誤檢索的項目父:沒有資源發現在給定的名字「機器人:Theme.Holo.Light」匹配。
說明資源路徑位置類型 錯誤:檢索項的父項時出錯:找不到與給定名稱'android:Theme.Holo.Light'匹配的資源。 styles.xml/INU_app_new/RES /值-V11線7的Android AAPT問題
這是錯誤的源代碼。
style.xml
<!--
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
//That is the error line.
<!-- API 11 theme customizations can go here. -->
</style>
什麼建議嗎?
我已經找到了答案。 API編號是錯誤的。但是,非常感謝您的建議。 – user5666418