3-No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案

转载:http://www.360doc.com/content/15/0316/15/9200790_455576135.shtml

由于我在配置安卓环境时也碰到了类似问题,用这篇博客解决了主要问题,我在本文尾部写了另一个问题的解决办法

微信分享:
 

No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案

3-No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案
发表于 2014-9-30 18:35:37 浏览(262527)
本帖最后由 ╰╮Hana╭ 于 2014-9-30 18:50 编辑 

首先这个问题的产生是由于缺少Theme.AppCompat.Light这个主题产生的,而这个主题 的是存在于android\support\appcompat-v7支持库中的,注意不是jar包。
No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案是
第一步:
    从网上下载appcompat-v7工程库(https://download.csdn.net/download/qq_39451578/10279485)也可以直接在 sdk路径\extras\android\support\v7<ignore_js_op>3-No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案中找到。
第二步:
   把工程库导入到Eclipse ,<ignore_js_op>3-No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案,跟导入工程一样。

第三步:
   项目右键--------Properties------android----add-----选择上一步导入的lib库-----ok
   <ignore_js_op>3-No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案
导入成功状态
<ignore_js_op>3-No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案 如果为红色xx则导入不成功

到此结束,最后看看原先有错的工程,原先的红色xx没有了

 
最后如果你的项目是修复好了,但是倒入那个项目有红叉叉的话,这里给出我碰到的情况的解决办法 (将下面的红框里的原来的7改为P即可)
3-No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案
 
上一篇:webstorm 安装与基本使用


下一篇:23种设计模式之代理模式(Proxy)