Android 问题记录

作者: Walkud | 来源:发表于2016-08-18 10:59 被阅读283次

    Android M developer preview(API 23) Exception :Activity {xxx.xxx/xxx.xxx.XXX} did not call finish() prior to onResume() completing

    原因:
    Activity 使用android:theme="@android:style/Theme.NoDisplay"样式,代码中显示了Dialog,则可能出现该异常

    解决:
    Activity 使用@android:style/Theme.Translucent.NoTitleBar样式代替

    更多详情

    相关文章

      网友评论

        本文标题:Android 问题记录

        本文链接:https://www.haomeiwen.com/subject/tidvsttx.html