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
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