gpt4 book ai didi

android - 可能有相同的@+id 和@string?

转载 作者:太空宇宙 更新时间:2023-11-03 13:32:23 26 4
gpt4 key购买 nike

我是 Android 编程新手。我花了很长时间试图在我的代码中查找“幻象行断点”错误,直到更改字符串资源名称后我才弄明白。

我有一个包含

的 options.xml 菜单
<item android:id="@+id/menu_about"
android:title="@string/menu_about"
android:icon="@drawable/ic_menu_about"></item>

我的问题 - 我有@+id/menu_about @string/menu_about。这可能吗?

非常感谢

最佳答案

,这是可能的,您可以检索 R.string.menu_aboutR.id.menu_about。

在自动生成的 R.java 中有不同的类。

关于android - 可能有相同的@+id 和@string?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11312138/

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