无法在Eclipse IDE中成功创建Android应用程序项目

时间:2018-08-02 01:04:00

标签: java android eclipse

我正在尝试使用Android扩展在Eclipse IDE中创建项目,但是在创建项目时我总是会收到此错误:

[2018-08-02 01:56:28 - kk] C:\Users\Joshua\eclipse-workspace\kk\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-08-02 01:56:28 - kk] 
[2018-08-02 01:56:28 - kk] C:\Users\Joshua\eclipse-workspace\kk\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-08-02 01:56:28 - kk] 
[2018-08-02 01:56:28 - kk] C:\Users\Joshua\eclipse-workspace\kk\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2018-08-02 01:56:28 - kk] 
[2018-08-02 01:56:30 - kk] C:\Users\Joshua\eclipse-workspace\kk\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-08-02 01:56:30 - kk] 
[2018-08-02 01:56:30 - kk] C:\Users\Joshua\eclipse-workspace\kk\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-08-02 01:56:30 - kk] 
[2018-08-02 01:56:30 - kk] C:\Users\Joshua\eclipse-workspace\kk\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2018-08-02 01:56:30 - kk] 
[2018-08-02 01:56:32 - kk] C:\Users\Joshua\eclipse-workspace\kk\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-08-02 01:56:32 - kk] 
[2018-08-02 01:56:32 - kk] C:\Users\Joshua\eclipse-workspace\kk\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2018-08-02 01:56:32 - kk] 
[2018-08-02 01:56:32 - kk] C:\Users\Joshua\eclipse-workspace\kk\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.

我已经正确安装了所有内容,并且使用的是最新版本,包括SDK。如果您对可能出了什么问题有任何见解,请告诉我,因为它将提供巨大的帮助。

谢谢前进!

0 个答案:

没有答案
相关问题