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

    xiaoxiao2021-04-02  67

    在做引导界面时,因为界面需要全屏,于是在Manifest中这样写:

    于是就出现了如下的错误:

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

    在res/values/styles中自定义一个样式,继承至AppTheme

    Mani中使用自定义样式

    转载请注明原文地址: https://ju.6miu.com/read-665786.html

    最新回复(0)