I\'m using fragment activity on one project, but it seems v4 support FragmentActivity doesn\'t has getSupportActionBar() method, and I need to use
FragmentActivity
getSupportActionBar()
to use getSupportActionBar() you need extends ActionBarActivity like this http://antonioleiva.com/actionbarcompat-how-to-use/