FernandoPaiva
FernandoPaiva

Reputation: 4460

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

Upvotes: 0

Views: 65

Answers (1)

Dr Staryk
Dr Staryk

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

Related Questions