Android 开发的 styles.xml 文件中遇到了这个问题:
<style name="AppBaseTheme" parent="Theme.AppCompat.Light"> <!-- Theme customizations available in newer API levels can go in res/values-vXX/styles.xml, while customizations related to backward-compatibility can go here. --> </style>
如下图所示:
解决方法参看:安卓开发中Theme.AppCompat.Light的解决方法
时间: 2024-10-12 21:05:14