--- title: Download layout: default ---
Version (loading) — (loading) (change log)
There are two ways to leverage ActionBarSherlock in your projects:
library/
folder as the existing source. Then, in your project properties, add the created project under the ‘Libraries’ section of the ‘Android’ category.If you use maven to build your Android project you can simply add a dependency for this library.
<dependency>
<groupId>com.actionbarsherlock</groupId>
<artifactId>library</artifactId>
<version>3.0.2</version>
<type>apklib</type>
</dependency>
Make sure you also include r.jakewharton.com/maven/release/ in the repositories section of your pom.xml
.
Note: If you were previously using the Android compatability library you must remove its .jar
. ActionBarSherlock is built on top of the compatability library and comes bundled with its classes.