我正在看一个Android项目,这个项目是使用Eclipse与ADT一起开发的。
我已经包含了对android-support-v7-appcompat.jar.的参考
在res/value/styes.xml文件中,我得到了以下错误:
Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.在res/value/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...似乎我只是错过了一小块配置。有什么想法吗?
发布于 2016-04-05 00:25:10
jar不包括资源。您必须引用一个aar。
https://stackoverflow.com/questions/36415030
复制相似问题