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

后端 未结 6 1270
一向
一向 2021-02-07 23:01

So I recently (like today recently) began to try to work in eclipse. I\'ve been following android developers beginners course, and everything went fine until this point. I\'ve g

6条回答
  •  故里飘歌
    2021-02-08 00:00

    SOLVED:

    add ..\res\values\strings.xml

    Action Settings
    

    And Update ..\src\com\example\helloworld\MainActivity.java Line 18 with follows

    getMenuInflater().inflate(R.menu.main, menu);

    it worked for me.

    thanks

提交回复
热议问题