当前位置: 代码迷 >> Android >> Android项目从其它计算机拷到本电脑,import后报错
  详细解决方案

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

热度:105   发布时间:2016-04-28 04:05:47.0
Android项目从其它电脑拷到本电脑,import后报错
本帖最后由 Zhanlixin 于 2014-09-27 17:34:43 编辑
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;
------解决思路----------------------
引用v7的support没导入进来吧
  相关解决方案