首页 > 解决方案 > 在 Eclipse 中创建任何 Android 应用程序后如何修复错误?

问题描述

我是新手,我安装了 Eclipse 12-2018、SDK 工具 25.2.5、Android 支持存储库:

附加功能

但是当我创建任何 Android 应用程序时,我无法安装 Android 支持库并出现此错误。看到这个错误:

[2019-01-16 21:16:10 - First] D:\EclipseWorkspace\First\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2019-01-16 21:16:10 - First] 
[2019-01-16 21:16:10 - First] D:\EclipseWorkspace\First\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2019-01-16 21:16:10 - First] 
[2019-01-16 21:16:10 - First] D:\EclipseWorkspace\First\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2019-01-16 21:16:10 - First] 
[2019-01-16 21:16:12 - First] D:\EclipseWorkspace\First\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2019-01-16 21:16:12 - First] 
[2019-01-16 21:16:12 - First] D:\EclipseWorkspace\First\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2019-01-16 21:16:12 - First] 
[2019-01-16 21:16:12 - First] D:\EclipseWorkspace\First\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2019-01-16 21:16:12 - First] 
[2019-01-16 21:16:14 - First] D:\EclipseWorkspace\First\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2019-01-16 21:16:14 - First] 
[2019-01-16 21:16:14 - First] D:\EclipseWorkspace\First\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2019-01-16 21:16:14 - First] 
[2019-01-16 21:16:14 - First] D:\EclipseWorkspace\First\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2019-01-16 21:16:14 - First] 

我知道已经讨论了相同的问题,但这些答案对我没有帮助。

标签: android

解决方案


推荐阅读