码迷,mamicode.com
首页 > 移动开发 > 详细

[android] No resource found that matches the given name 'Theme.AppCompat.Light'

时间:2014-12-06 06:34:11      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:android   编译错误   theme.appcompat.ligh   无法找到   

    在整合android过程中导入别人的项目出现下面的错误:
        <style name="AppBaseTheme" parent="Theme.AppCompat.Light">
        error: Error retrieving parent for item: No resource found that matches the given name ‘Theme.AppCompat.Light‘.
bubuko.com,布布扣
    通过stackoverflow查到其解决方法,如下:
    1.File->Import (android-sdk\extras\android\support\v7). Choose "appcompat"
    在"文件"中导入sdk路径extras\android\support\v7中的appcompat文件夹.如下图所示:

bubuko.com,布布扣

   2.Project-> properties->Android.  In  the  section library "Add" and choose "appCompat" 
bubuko.com,布布扣

    此时问题即可解决,能正确运行.
bubuko.com,布布扣
    问什么会出现这个问题呢?这是我整合“随时拍”项目其他人的代码,他的版本比我的低,新的eclipse默认模版主题UI需要使用比较高版本api,如果需要支持低版本,需要导入appCompact库来支持.希望文章能解决大家的bug.
  (By:Eastmount 2014-12-3 晚上10点 http://blog.csdn.net/eastmount/)

    参考资料:
    stackoverflow答案
    http://blog.csdn.net/huiguixian/article/details/41210895
 

[android] No resource found that matches the given name 'Theme.AppCompat.Light'

标签:android   编译错误   theme.appcompat.ligh   无法找到   

原文地址:http://blog.csdn.net/eastmount/article/details/41772705

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!