============问题描述============
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没导入进来吧
时间: 2024-10-04 12:02:27