Error No resource found that matches the given name 'Theme.AppCompat.Light

来源:互联网 发布:为什么要建设网络强国 编辑:程序博客网 时间:2024/04/27 16:27

有时我们导入项目是style会出现这个错误

Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.

原因:

作者新建项目是最低版本在4.0以下,所以会有个v7兼容包。

解决办法:

找到style:` name="AppBaseTheme" parent="Theme.AppCompat.Light"` 改成  style name="AppBaseTheme" parent="android:Theme.Light"!或者干脆将你新建最低版本在4.0以上的项目打开对照着style改下

注意:

用eclipse时以后新建项目最低版本新建到4.0以上,再说了4.0以下的机器早死完球了,eclipse尽早弃置吧!AS新建项目时最低版本已经默认4.0以上了
0 0
原创粉丝点击