I\'m reading through Android For Dummies. One example makes use of the onCreateOptionsMenu (I\'ve added a log message):
@Override public boolean onCreateOptionsM
I would remove the line super.onCreateOptionsMenu(menu); and try it again. This is also exemplified in Androids Inflating a Menu Resource section.
super.onCreateOptionsMenu(menu);