Android Studio:git
On the root of your project, modify setting.gradle (if not exist, create it), add this library.gradle
include(‘:libraries:ActionBarSherlock’)ui
Edit your project’s build.gradle, tell gradle to compile your added library,add below code in the dependencies tag.this
compile project(:libraries:ActionBarSherlock)code
Run gradle clean && gradle assemble on your root project.ci