gpt4 book ai didi

使用 Titanium Studio 3.3.0.GA 时 Android 应用程序崩溃/失败

转载 作者:行者123 更新时间:2023-11-29 15:15:17 25 4
gpt4 key购买 nike

我一直收到这个错误:

Error: No resource found that matches the given name (at 'theme' with value '@android:style/Theme.AppCompat.Light').

这是我的 tiap.xml 的样子:

<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<application android:theme="@android:style/Theme.AppCompat.Light"/>
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19" />
<supports-screens android:anyDensity="false"/>
</manifest>
</android>

当我将它改回我以前的状态时,即 "@android:style/Theme.Holo.Light",应用程序会崩溃,我会收到此错误:

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

注意:我希望它是 HoloLight 主题。

最佳答案

我想通了

这是不正确的(使用 3.3.0 时):

<application android:theme="@android:style/Theme.AppCompat.Light"/>

这是正确的:

<application android:theme="@style/Theme.AppCompat.Light"/>

您不需要@符号后的“android”部分。

关于使用 Titanium Studio 3.3.0.GA 时 Android 应用程序崩溃/失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24964645/

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