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

Android项目从其它电脑拷到本电脑,import后报错

时间:2014-11-08 13:22:38      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:android   style   io   ar   sp   文件   on   问题   cti   

============问题描述============


values/styles.xml文件中:<style name="AppBaseTheme" parent="Theme.AppCompat.Light">报错:No resource found that matches the given name ‘android:Theme.Holo.Light;

values-v11/styles.xml文件中:<style name="AppBaseTheme" parent="Theme.AppCompat.Light">报错:No resource found that matches the given name ‘android:Theme.Holo.Light;

values-v14/styles.xml文件中:<style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">报错:No resource found that matches the given name ‘android:Theme.Holo.Light.DarkActionBar;

============解决方案1============


引用v7的support没导入进来吧

Android项目从其它电脑拷到本电脑,import后报错

标签:android   style   io   ar   sp   文件   on   问题   cti   

原文地址:http://www.cnblogs.com/lengyanyue39/p/4083070.html

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