Reputation: 479
I want to use DrawerLayout
and Actionbarsherlock
but after I add actionbarsherlock
library I'm getting an error.
In one case in eclipse layout preview window I'm getting the error:
The following classes could not be found:
- android.support.v4.widget.DrawerLayout
If I add android.support.v4 jar as external jar im getting the error runtime
error inflating class android.support.v4.widget.DrawerLayout
How can I use Drawerlayout
with actionbarsherlock
library ?
Upvotes: 3
Views: 4022