在Eclipse IDE中创建基于Android的项目时出现多个错误

时间:2018-08-02 12:44:50

标签: 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。如果您对可能出了什么问题有任何见解,请告诉我,因为它将提供巨大的帮助。

此外,项目的主文件在导入方面存在问题,这导致文件的其余部分也存在问题: Main File

最后,Styles.xml文件有一个错误,但是没有原因的原因:

这一切在创建项目时发生,没有进行任何编辑。 如果您有解决办法,请帮我:D 提前谢谢!

0 个答案:

没有答案