【发布时间】:2016-07-24 17:24:21
【问题描述】:
我正在查看一个使用带有 ADT 的 Eclipse 制作的 Android 项目。
我已包含对 android-support-v7-appcompat.jar 的引用。
在 res/values/styles.xml 文件中出现此错误:
Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
在 res/values/themes.xml 我得到这些类型的错误:
Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.Light.DarkActionBar'.
No resource found that matches the given name: attr 'actionBarStyle'.
Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.Light'.
etc...
似乎我只是缺少一小部分配置。有什么想法吗?
【问题讨论】: