Search code examples
androidactionbarsherlock

ActionBarSherlock support v4?


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 ?

enter image description here

enter image description here

enter image description here


Solution

  • 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