No resource found that matches the given name 'Theme.AppCompat.Light'解决方法

某些项目编译错误:No resource found that matches the given name ‘Theme.AppCompat.Light‘ 

res中styles.xml里 <style name="AppBaseTheme" parent="Theme.AppCompat.Light">发生错误
信息如下:
Error retrieving parent for item: No resource found that matches the given name ‘Theme.AppCompat.Light‘.

原因:android中的某些API(包括类方法或者XML属性)更换成android版本时,它们的路径已经发生了改变,从而导致编译器无法找到它们,所以编译无法通过。

解决方法:改成 <style name="AppBaseTheme" parent="android:Theme.Light">(即对应的新的Style)

No resource found that matches the given name 'Theme.AppCompat.Light'解决方法

上一篇:Android Studio 安装、配置及第一个程序演示


下一篇:Postman v8.7.0