I am trying to implement the new ActionBar support library that was released by Google a couple days ago. In the past, I have successfully implemented ActionBarSherlock wit
You need to do next:
File->Import (android-sdk\extras\android\support\v7). Choose "AppCompat" Project-> properties->Android. In the section library "Add" and choose "AppCompat" Note: if you are using "android:showAsAction" in menu item, you need to change prefix android as in the example http://developer.android.com/guide/topics/ui/actionbar.html