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 just changed in Manifest
android:theme="@style/AppTheme.NoActionBar"
to:
android:theme="@style/AppTheme"
and the error gone