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').
ありがとう