您现在的位置:首页 >> 前端 >> 内容

在继承FrameActivity下的Activity中打开AlertDialog会闪退怎么办?

时间:2018/4/24 14:14:09 点击:

  核心提示:在继承FrameActivity下的Activity中打开AlertDialog会闪退,报错如下:java.lang.IllegalStateException: You need to use a ...

在继承FrameActivity下的Activity中打开AlertDialog会闪退,报错如下:

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

然后

android.support.v7.app.AlertDialog下的AlertDialog需继承Activity

或是按照提示修改主题为Theme.AppCompat下的主题

而android.app.AlertDialog下的AlertDialog则可适用各类Activity,但是很丑

Tags:在继 继承 承F FR 
作者:网络 来源:qq_2433883