【问题标题】:keep getting error in androidmanifest.xmlandroidmanifest.xml 中不断出现错误
【发布时间】:2013-12-24 16:02:27
【问题描述】:

如何解决以下错误

[ERROR] C:\Users\XXX\build\android\AndroidManifest.xml:60: error: Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.Titanium').
[ERROR] Error generating R.java from manifest

当我将自己的模块添加到钛时会产生此错误。在钛模块中,我没有 androifmanifest.xml,只有 timodule.xml 和 tiapp.xml。但两者都没有主题。

我已经添加了

   <application android:label="@string/app_name" android:icon="@drawable/ic_launcher" android:theme="@style/Theme.Titanium">

还是报错

感谢您的帮助

【问题讨论】:

  • 粘贴你的styles.xml。

标签: android module titanium


【解决方案1】:
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher"android:theme="@style/Theme.Titanium"/>

尝试放置它工作的行我认为你没有在应用程序末尾关闭标签/&gt;..

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-11-09
    • 2021-04-05
    • 1970-01-01
    • 2018-04-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-09
    相关资源
    最近更新 更多