Android 创建项目出现No resource found that matches the given name Theme.AppCompat.Light
Posted chrischris
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android 创建项目出现No resource found that matches the given name Theme.AppCompat.Light相关的知识,希望对你有一定的参考价值。
关于为何出现No resource found that matches the given name ‘Theme.AppCompat.Light’的原因
这边博客已经写的很清楚了 大家可以参考一下 http://www.jianshu.com/p/6ad7864e005e
在解决该异常时遇到了一些问题在这里补充一下
1、eclipse的SDK manager没有android support library
网上给出的解决方案都是利用更换镜像源来解决的,可是现在baidu能找到的镜像中都不包括该项了。
可以通过手动下载Android Support Library文件夹引入工程项目,下载地址如下
https://dl-ssl.google.com/android/repository/support_r23.0.1.zip
2、将android support library 导入eclipse后依旧报错
升级Android Sdk Build-Tool版本 与 下载的Android Support Library版本保持一致。再clean项目就OK了。
以上是关于Android 创建项目出现No resource found that matches the given name Theme.AppCompat.Light的主要内容,如果未能解决你的问题,请参考以下文章
解决Android中No resource found that matches android:TextAppearance.Material.Widget.Button.Inverse问题(示例代
项目引入android-support-v7-appcompat遇到的问题,no resource found that matches the given name 'android:The
eclipse导入git项目出现There are no resources that can be added or removed from the server错误
idea创建maven web项目经常出现没有resource文件夹
No resource identifier found for attribute ‘xxx‘ in package ‘android‘
转eclipse新建项目,报错“Error: workspaceappcompat_v7 esvalues-v21styles_base.xml No resource found tha(示例代(代