--- title: Download layout: default ---

Download

Version (loading)(loading) (change log)

Zip Tarball

Plugins

(loading)

Sample Applications

(loading)

Including In Your Project

There are two ways to leverage ActionBarSherlock in your projects:

  1. If you’re using the Eclipse Development Environment with the ADT plugin version 0.9.7 or greater you can include this as a library project. Create a new Android project in Eclipse using the library/ folder as the existing source. Then, in your project properties, add the created project under the ‘Libraries’ section of the ‘Android’ category.
  2. 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.

Release History

(loading)

View all »