创建标题时无法解决符号错误
Posted
技术标签:
【中文标题】创建标题时无法解决符号错误【英文标题】:Can't resolve symbol error while creating title 【发布时间】:2018-01-28 01:41:49 【问题描述】:创建标题时我的main.xml
文件中出现错误。我已在string.xml
文件中添加标题。
这是我的main.xml
文件
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:title="@string/search"
android:orderInCategory="1"
app:showAsAction="ifRoom"
android:id="@+id/action_search"
/>
</menu>
还有我的string.xml
文件
<resources>
<string name="app_name">Github Query</string>
<!--TODO (1) Add a string resource called search with the title "Search"-->
<String name="search">Search</String>
</resources>
我是新手
【问题讨论】:
确保 main.xml 在菜单文件夹中 【参考方案1】:您需要使用's'tring
而不是'S'tring
(区分大小写)
<string name="search">Search</string>
【讨论】:
【参考方案2】:不确定您是否在问题中犯了复制粘贴错误,但您的 XML 字符串中有一个大写的“S”。应该是,
<string name="search">Search</string>
【讨论】:
以上是关于创建标题时无法解决符号错误的主要内容,如果未能解决你的问题,请参考以下文章
RecyclerView“无法解析符号”错误,-Android Studio
IntelliJ 在创建 Scala 项目后在 build.sbt 中给出“无法解析符号”的错误
错误 1 error LNK2001: 无法解析的外部符号 _mainCRTStartup 错误 2 error LNK1120: 1 个无法解析的外部命