首页 > 代码库 > Android项目从其它电脑拷到本电脑,import后报错

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

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


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后报错