Reputation: 4460
I'm trying use ActionBarSherlock in my project. I deleted android-support-v4
of my project and add actionbarsherlock
like a library, but when I try use android-support-v4 for example to create DrawerLayout or a ActionBarDrawerToggle doesn't works because no found android-support-v4 and doesn't import package.
How can I solve it ?
Upvotes: 0
Views: 65
Reputation: 26
This is a better way to add this library: Go to your project properties->android, in the "Library" zone click "add" and select the actionbarsherlock project.
Good look
Upvotes: 1