This is because if you use the support AppCompat ActionBar library and ActionBarActivity you should create your menus in a different than the standard way of creating XML menus in ActioBarSherlock or the default ActionBar.
So try this code:
and report if this works.
Note: check the extra prefix xmlns:app
which should be used instead!