标签:
Android Studio:
On the root of your project, modify setting.gradle (if not exist, create it), add this library.
include(‘:libraries:ActionBarSherlock’)
Edit your project’s build.gradle, tell gradle to compile your added library,add below code in the dependencies tag.
compile project(:libraries:ActionBarSherlock)
Run gradle clean && gradle assemble on your root project.
标签:
原文地址:http://www.cnblogs.com/tt_mc/p/4281662.html