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

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