I\'m reading through Android For Dummies. One example makes use of the onCreateOptionsMenu (I\'ve added a log message):
@Override public boolean onCreateOptionsM
onCreateOptionsMenu() is called when activity created .We dont need to call it explicitly. Check whether your activity has title bar or not.If dont then make it visible or remove no title bar property in activity.Try it may it work.