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

时间:2014-10-19 22:54:58   收藏:0   阅读:365

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


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没导入进来吧

原文:http://www.cnblogs.com/lengyanyue39/p/4035692.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!