0
点赞
收藏
分享

微信扫一扫

Android之You need to use a Theme.AppCompat theme (or descendant) with this activity.

海滨公园 2022-03-12 阅读 66


1 问题

点击activity的时候,崩溃日志如下

You need to use a Theme.AppCompat theme (or descendant) with this activity.


2 原因

我类的activity是继承了有主题的activity,但是我在AndroidManifest.xml文件里面声明这个类的时候设置的主题如下

android:theme="@android:style/Theme.Light.NoTitleBar"





3 解决办法

让这个类继承普通的Activity就行了


举报

相关推荐

0 条评论