【发布时间】:2014-07-25 21:18:55
【问题描述】:
我不断收到此错误:
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 主题。
【问题讨论】:
-
结帐this链接。
标签: android titanium titanium-mobile titanium-alloy