I\'m trying to use the ActionBarSherlock library to provide backwards compatible ActionBar support with tabs in my Android app, so I downloaded the latest build, built the d
I had this problem after (sillily) forgetting to call the super.onCreate()
super.onCreate()