Rendering Problems:android.support.v7.internal.widget.ActionBarOverlayLayout 解决方法

时间:2021-09-19 22:29:16

不知道是不是android studio安装不对的问题,每次新建项目都有这个问题。

临时解决方法是:

打开 styles.xml 在Theme.AppCompat.Light.DarkActionBar前面加上Base

<!-- Base application theme. -->
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>