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

后端 未结 6 1259
一向
一向 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-07 23:46

    This error means a reference is being made about a recource that has yet to be defined. If you keep going with the tutorial, they actually say you will see this error! So keep going and you will learn how to fix it in the sections following.

提交回复
热议问题