eclipse新建android项目报错

[2016-07-05 15:00:02 - SpeechDemo] C:\Users\Jan_perfect\workspace\SpeechDemo\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.[2016-07-05 15:00:02 - SpeechDemo] [2016-07-05 15:00:02 - SpeechDemo] C:\Users\Jan_perfect\workspace\SpeechDemo\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.[2016-07-05 15:00:02 - SpeechDemo] [2016-07-05 15:00:02 - SpeechDemo] C:\Users\Jan_perfect\workspace\SpeechDemo\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.[2016-07-05 15:00:02 - SpeechDemo] [2016-07-05 15:06:40 - SpeechDemo] C:\Users\Jan_perfect\workspace\SpeechDemo\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.[2016-07-05 15:06:40 - SpeechDemo] [2016-07-05 15:06:40 - SpeechDemo] C:\Users\Jan_perfect\workspace\SpeechDemo\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.[2016-07-05 15:06:40 - SpeechDemo] [2016-07-05 15:06:40 - SpeechDemo] C:\Users\Jan_perfect\workspace\SpeechDemo\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.[2016-07-05 15:06:40 - SpeechDemo] [2016-07-05 15:06:42 - SpeechDemo] C:\Users\Jan_perfect\workspace\SpeechDemo\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.[2016-07-05 15:06:42 - SpeechDemo] [2016-07-05 15:06:42 - SpeechDemo] C:\Users\Jan_perfect\workspace\SpeechDemo\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.[2016-07-05 15:06:42 - SpeechDemo] [2016-07-05 15:06:42 - SpeechDemo] C:\Users\Jan_perfect\workspace\SpeechDemo\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.[2016-07-05 15:06:42 - SpeechDemo]

想玩android 7.0,强烈建议别用eclipse,google已经不对新版本的SDK提供eclipse的插件(ANT),所以会存在各种问题。还是尽早换android studio吧。

你这个问题出在Theme.AppCompat.Light主题上,这个主题是android support v7包中的,该包的作用是让低版本系统的手机可以兼容高版本系统中新增的一些特性。一般需要先把appcompat_v7这个SDK中的项目导入到工程中,然后在自己的项目里作为Lib来使用。不过同样在eclipse上导入会出各种问题,反正我技术有限,解决不了,你要坚持想在eclipse上玩7.0,恐怕只能寄望有高人大牛能帮你搞定了……
温馨提示:内容为网友见解,仅供参考
第1个回答  2016-07-05
配环境了吗,有sdk吗追问

追答

新建android application project 然后随便去一个名,版本选择稍微高一点,然后一直下一步,finish.

相似回答