Android Studio预览报错Failed to find style 'coordinatorLayoutStyle' in current theme

报错如下,虽然不影响运行和编译 解决办法在style.xml文件中 加入 <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <item name="coordinatorLayoutStyle">@style/W
相关文章
相关标签/搜索