OK, I\'ve been extending my activities to
extends ActionBarActivity
My main menu page
extends FragmentActivity
Is your code from the Action Bar compatibility example that comes with the SDK? If so just change the ActionBarActivity class in that example to extend FragmentActivity (from the compatibility library I assume) instead of Activity.