gpt4 book ai didi

Android 异常 : You need to use a Theme. AppCompat 主题与此 Activity

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:54:30 25 4
gpt4 key购买 nike

为了使用支持操作栏,我的 Activity 必须扩展 ActionBarActivity,当我这样做并启动 Activity 时,应用程序崩溃并显示:

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

在我的 styles.xml 中有

<style name="AppBaseTheme" parent="@style/Theme.AppCompat.Light"></style>

在我的 AndroidManifest.xml 中我有违规 Activity

<activity android:name="com.example.test3.SettingsActivity"
android:theme="@style/AppBaseTheme" />

最佳答案

您必须检查其他包含样式文件的文件夹,它们可能会覆盖您的样式。

关于Android 异常 : You need to use a Theme. AppCompat 主题与此 Activity ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18764612/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com