gpt4 book ai didi

android - 错误 :No resource found that matches the given name (at 'title' with value '@string/action_settings' )

转载 作者:太空狗 更新时间:2023-10-29 16:05:28 25 4
gpt4 key购买 nike

我找不到main.xml文件有什么问题

主要代码如下:

<menu xmlns:android="http://schemas.android.com/apk/res/android" >

<item

android:id="@+id/action_settings"
android:orderInCategory="100"
android:showAsAction="never"
android:title="@string/action_settings"/>

</menu>

我遇到的错误是:

Error: No resource found that matches the given name (at 'title' with value '@string/action_settings').

谢谢

最佳答案

请检查您的res/values/strings.xml看看有没有<string name="action_settings"></string>值(value)。

关于android - 错误 :No resource found that matches the given name (at 'title' with value '@string/action_settings' ),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16394240/

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