Failed to load AppCompat ActionBar with unknown error. as不显示布局

在将Android Studio升级到3.1版本后,新建项目时从LinearLayout变为ConstraintLayout导致preview无法正常显示。通过修改styles.xml文件中的主题设置,问题得以解决。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

我原来用的是2.3版本 ,在升级最新的android studio3.1后,发生了一些变化,新建项目从以前的LinearLayout变成了ConstraintLayout,好像是谷歌16年底推出的一个新布局。

我按照原来的方法添加控件,发现preview不能正常显示,提示如下

The following classes could not be instantiated:
- android.support.v7.widget.ActionBarContainer (Open Class, Show Exception, Clear Cache)
- android.support.v7.widget.ActionBarContextView (Open Class, Show Exception, Clear Cache)
- android.support.v7.app.WindowDecorActionBar (Open Class, Show Exception, Clear Cache)

 Tip: Use View.isInEditMode() in your custom views to skip code or show sample data when shown in the IDE.

If this is an unexpected error you can also try to build the project, then manually refresh the layout.

我以为的导入的包问题,后来捣鼓半天无果,在Stack Overflow上发现了类似的问题

链接https://stackoverflow.com/questions/44223687/render-error-in-android-studio-3-0-layout-editor

一个回复提到修改styles.xml

 


 
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">

</style>

to:


 
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">

</style>

试了一下果然可以正常显示了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

安果移不动

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值