解决Android Studio中Rendering Problems错误

android studio提示错误信息如下图:

解决办法:

打开styles.xml文件

在Theme.AppCompat.Light.DarkActionBar前面加上Base.

修改后解决错误:

原文地址:https://www.cnblogs.com/efyefy/p/9115128.html