我在构建Android项目时遇到了问题,即使我正在按照其描述的方式关注youtube上的教程。我有一个'风格'即使我已将项目的主题设置为“无”,也会出现错误。
我已尝试将SDK中的appcombat v7文件夹导入我的项目,但问题仍未解决。
这是错误:
[2016-06-23 04:16:56 - Yogi] D:\(W)-(A)-Eclipse Luna\Yogi\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-23 04:16:56 - Yogi]
[2016-06-23 04:16:56 - Yogi] D:\(W)-(A)-Eclipse Luna\Yogi\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-23 04:16:56 - Yogi]
[2016-06-23 04:16:56 - Yogi] D:\(W)-(A)-Eclipse Luna\Yogi\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-06-23 04:16:56 - Yogi]
[2016-06-23 04:16:59 - Yogi] D:\(W)-(A)-Eclipse Luna\Yogi\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-23 04:16:59 - Yogi]
[2016-06-23 04:16:59 - Yogi] D:\(W)-(A)-Eclipse Luna\Yogi\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-23 04:16:59 - Yogi]
[2016-06-23 04:16:59 - Yogi] D:\(W)-(A)-Eclipse Luna\Yogi\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-06-23 04:16:59 - Yogi]
[2016-06-23 04:17:07 - Yogi] D:\(W)-(A)-Eclipse Luna\Yogi\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-23 04:17:07 - Yogi]
[2016-06-23 04:17:07 - Yogi] D:\(W)-(A)-Eclipse Luna\Yogi\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-23 04:17:07 - Yogi]
[2016-06-23 04:17:07 - Yogi] D:\(W)-(A)-Eclipse Luna\Yogi\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
Eclipse在首选项中使用ADT和SDK目录正确配置。我的SDK安装了Android 6(API 23)和Android N(API 24)以及附加功能中的所有工具。