Android studio中Rendering Problems不能可视化操作的解决办法

时间:2022-05-22 14:54:30
出现:
Rendering Problems the following classes could not be found:
android.support.v7.internal.widget.ActionBarOverlayLayout (Fix Build Path, Edit XML, Create Class)
Tip: Try to build the project
不能显示图形化界面 解决办法:

style文件中theme改一下

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

Android studio中Rendering Problems不能可视化操作的解决办法