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
ha - I am doing the tutorial and got the same thing. You copied/pasted the entire strings.xml
file, but this file is missing a value that the app needs. It's a bug in their tutorial.
Add this line back to strings.xml:
something here
Where I put "something here" I can't remember what the original text was.
The problem is that main.xml (under res/menu), which of course we didn't touch in the tutorial, references the string "action_settings". This was deleted when you copied / pasted the entire string.xml from their example.