score:0
that library is abandoned anyway, but if you want to use it in as with gradle here's its repository version with instructions for easier import.
score:1
first, you need to include actionbarsherlock into your project, you can do this by import the file aar that you find in this site:
http://gradleplease.appspot.com/
then, search for actionbarsherlock and you will find this piece of code:
dependencies {
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
}
put this code into your build.gradle
file (inside app folder). if the dependencies it's alreay there, just include the compile ...
line.
the next step is add the slidingmenu into your project, check into this repository the dependency for the project: https://github.com/jzaccone/slidingmenu-aar
then add into build.gradle
as same as above.
you can also clone the slidingmenu into your project and import manually, it's up to you.
remember to change all of your activities and fragments to extends the sherlockactivity / sherlockfragment.
Source: stackoverflow.com
Related Query
- How can I import this support library into Android Studio?
- How to import an Android Library Project created on Android Studio into existing Eclipse Android App Project, as library?
- How do you import an Eclipse project into Android Studio now?
- How to import eclipse library project from github to android studio project?
- How can i enable Auto Import in Android Studio 1.2x
- How to import open source library as an external project into Android Studio?
- How to import an existing Android Library project into Eclipse workspace
- Eclipse -> Android Studio migration: how to include v4 support library (also including the ant build script)
- How to import android support library in eclipse on mac?
- How to import android studio library project from github to eclipse stackover?
- How to get elements from Android Design Support Library into the GUI builder in Eclipse?
- How to import existing Android project into Eclipse?
- How do I attach the Android Support Library source in Eclipse?
- How to import Android Studio project in Eclipse?
- How do I import a native library (.so file) into Eclipse?
- How to import Android samples into an Eclipse IDE
- How can I fix this version of the rendering library is more recent than your version of ADT plug-in in eclipse?
- How to correctly import an Android library with JNI code?
- Can Android Studio Automatically Extract References From a Layout XML file into the Activity java file?
- How to import android studio project in eclipse which use library?
- How can I prevent Eclipse from stepping into Java library code
- How can I import from a folder into Eclipse
- How to import one Eclipse project as a library into another?
- How to import a Android Library in Intellij Idea CE?
- Import existing Google App Engine module into Android Studio
- Can I import an android studio project to eclipse?
- How to Add Selenium Library in Java or Android Project. The import org.openqa cannot be resolved
- How can i import a Eclipse launch-group configuration into another workspace along with project
- Cannot import android support library in eclipse
- Eclipse: How to import git project as library for Android Project which has to be pushed to Bitbucket
More Query from same tag
- Removing unwanted files/folders from SVN sync log
- Auto fix common typo in eclipse
- How do I correct a NumberFormatException error?
- Eclipse Plugin Auto-Fetching
- Eclipse Data Source Explorer : SQL Scrapbook
- ScrolledComposite vertical scrollbar not appearing
- Xdebug ignores breakpoints
- java was started but returned exit code= -8053306369
- Debugging not possible in Eclipse
- Creating Eclipse Code Format XML From Java File (Reverse Engineering)
- How to solve java.lang.NoClassDefFoundError
- Stack overflow while working with CFBuilder plugin
- Dependency list of an eclipse plugin project
- Eclipse p2 director application cannot update a feature
- Eclipse execute a file in jar
- Unable to Start Tomcat 7.0 in Eclipse Indigo
- Eclipse Sharing workspace with gitlab
- DateFormat works in native JUnit test, but not executed by Gradle
- How to test and create a test cases for angularjs in eclipse?
- spring-boot-maven-plugin include other projects from workspace
- running jsp file with tomcat 6
- Eclipse not showing wsdl options
- Apache Sling & Eclipse - Error while installing support bundle / starting runtime
- How do I make it ListView not make the click sound in Android?
- Can't use TextInputDialog in Eclipse Neon
- PySide methods signature in Eclipse/WingIDE/PyCharm?
- cannot access org.eclipse.core.runtime.IProgressMonitor
- how to avoid the ok button of the alarm
- Speeding up Tomcat in debug mode with Eclipse IDE
- Access eclipse workspace in headless plugin