我正在看一个使用Eclipse和ADT制作的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...
好像我只缺少一小段配置。有什么想法吗?
答案 0 :(得分:0)
jar
不包含资源。您必须引用aar
。