我正在尝试使用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。如果您对可能出了什么问题有任何见解,请告诉我,因为它将提供巨大的帮助。
谢谢前进!