gpt4 book ai didi

android - 无法解析 Android 资源字符串

转载 作者:太空宇宙 更新时间:2023-11-03 12:10:00 25 4
gpt4 key购买 nike

我正在学习 Android,我遇到了一个我认为很奇怪的问题。

在/res/values/strings.xml 我有:

<string name="titleStatus">Status Update</string>

在/res/layout/activity_status.xml 我有:

<!-- Title TextView-->
<TextView android:layout_width="match_parent"
android:layout_height="wrap_content" android:gravity="center"
android:textSize="30sp"
android:layout_margin="10dp" android:text="@string/titleStatus"/>

但是,在查看 activity_status.xml 时出现错误:

Error: No resource found that matches the given name (at 'text' with value '@string/titleStatus'). activity_status.xml

然后我认为它可能有助于使用“Project | Clean”,但我遇到了同样的问题(现在没有自动生成的 R.java 类)

我正在学习本教程/书籍: http://ofps.oreilly.com/titles/9781449390501/Android_User_Interface.html

最佳答案

每当您向资源文件中添加内容并尝试在未先保存的情况下在另一个资源文件中使用它时,您都会收到错误消息。

正常的 ctrl+s 只会保存您所在的文件,因此编译会在不更改其他文件的情况下进行。

ctrl-shift-s 保存所有打开文件中的更改(与转到 File -> Save All 相同)。

就个人而言,每次我需要保存时,我都会按 ctrl-shift-octrl-shift-fctrl-shift-s一些更改以组织导入、格式化代码以修复缩进等并保存所有更改。

关于android - 无法解析 Android 资源字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14427890/

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