Android: getSupportActionBar() always returns null in ActionBarSherlock library

You should add the Sherlock theme to your application

<application android:icon="@drawable/icon" android:label="@string/app_name"
        android:debuggable="false" android:theme="@style/Theme.Sherlock">

Leave a Comment