gpt4 book ai didi

android - 为什么我总是遇到 R 没有解决的问题?

转载 作者:太空狗 更新时间:2023-10-29 16:09:27 26 4
gpt4 key购买 nike

我的程序中不断出现同样的错误,但我找不到解决方法。 R 无法解析为错误。我已尝试构建我的项目,但没有涉及 .R 的导入?有人知道怎么解决吗?

这是我的 xml 文件,我似乎找不到任何错误....

字符串.xml 远程文档 远程文档 病人模式 医生模式 关于 导出 简单模式 详细模式 关于远程文档 \ Remote Doc 是一个允许大括号用户分析的应用程序 他们多久使用一次他们的东西

主.xml

    <!-- Patient Option -->
<Button android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/patientButton"
android:id="@+id/patientButton">
</Button>

<!-- Doctor Option -->
<Button android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/doctorButton"
android:layout_weight="1"
android:id="@+id/doctorButton">
</Button>

<!-- Exit Mode -->
<Button android:text="@string/exit"

android:layout_weight="1"
android:id="@+id/exit"
android:layout_width="fill_parent"
android:layout_height="wrap_content"></Button>

<!-- About Mode -->
<Button android:text="@string/aboutButton"

android:layout_weight="1"
android:id="@+id/aboutButton"
android:layout_width="fill_parent"
android:layout_height="wrap_content"></Button>
</LinearLayout>


/>

main.xml- 土地

    android:text="@string/mainTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginBottom="20dip"
android:textSize="24.5sp"/>
<TableLayout
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center"
android:stretchColumns="*">
<TableRow>
<Button
android:text="@string/patientButton"
android:id="@+id/patientButton"/>
<Button
android:text="@string/doctorButton"
android:id="@+id/doctorButton"/>
</TableRow>
<TableRow>
<Button
android:text="@string/aboutButton"
android:id="@+id/aboutButton"/>
<Button
android:text="@string/exit"
android:id="@+id/exit"/>
</TableRow>
</TableLayout>
</LinearLayout>

最佳答案

这是一个非常普遍的问题。首先尝试通过转到“项目”>“清理”来清理您的项目。

如果这不起作用,请尝试此 similar question 中的建议之一

关于android - 为什么我总是遇到 R 没有解决的问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6588483/

26 4 0
文章推荐: android - 重定向到设置菜单后停止 Intent
文章推荐: Android 在 Library Project Eclipse 中使用 AndroidAnnotations
文章推荐: html - 量化

相对于

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