I downloaded the latest SDK version and when I created a new Android project the MainActivity that automatically generated extends ActionBarActivity
MainActivity
ActionBarActivity
You can simply replace the ActionBarActivity with Activity since ActionBarActivity is an extension of Activity. You can refer the class hierarchy here: http://developer.android.com/reference/android/support/v7/app/ActionBarActivity.html