gpt4 book ai didi

android - 使用 Eclipse for Android 时出错 - 找不到与给定名称匹配的资源

转载 作者:IT老高 更新时间:2023-10-28 22:24:47 26 4
gpt4 key购买 nike

我确定是常见问题,但我无法弄清楚。在我的 AndroidManifest.xml 和 main.xml 中,我没有找到与给定名称匹配的资源。我已经仔细检查了拼写错误,它曾经可以工作,但现在我弹出所有这些错误,说它在我的 strings.xml 中找不到我的字符串。

这些是我在 main.xml 中遇到的错误。

    <TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dip"
android:text="@string/instructions" />

<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dip"
android:text="@string/level_prompt" />

<Spinner
android:id="@+id/spinner"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:prompt="@string/level_array" />

这些是我为我的 androidmanifest.xml 获得的。

<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".HelloFormStuff" android:label="@string/title">

这就是我的 strings.xml 的样子。

<string name="title">Title</string>
<string name="app_name">Application name</string>

<string name="instructions">Enter instructions here.</string>

<string name="level_prompt">Choose an item</string>

<string-array name="level_array">
<item>Item One</item>
<item>Item Two</item>
<item>Item Three</item>
<item>Item Four</item>
</string-array>

有什么想法吗?任何帮助将不胜感激!

最佳答案

不小心将“values”文件夹移到“res”文件夹之外。把它移回来,它就火了!

关于android - 使用 Eclipse for Android 时出错 - 找不到与给定名称匹配的资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2477647/

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