有时候在编辑android 布局文件时,不显示预览并且报错:
The following classes could not be instantiated: - android.support.v7.app.WindowDecorActionBar
每次都要降低api level或者修改app theme才能显示出预览
根本解决办法:找到你的res文件夹中 style.xml ,定义了AppTheme的地方
给他加上Base. 变成