Skip to content
iceberg edited this page Feb 5, 2017 · 1 revision

Import all 3 projects

actionbarsherlock AndroidHorizontalListView RemindMe

All projects should share the same systems 'android-support-v4.jar'

Download actionbarsherlock from the website Replace both actionbarsherlock and TinyGSN's 'android-support-v4' with the systems jar located in:

  1. Make sure you have downloaded the Android Support Library using the SDK Manager.
  2. Create a libs/ directory in the root of your application project.
  3. Copy the JAR file from your Android SDK installation directory (e.g., /extras/android/support/v4/android-support-v4.jar) into your application's project libs/ directory.
  4. Right click the JAR file and select Build Path > Add to Build Path.

RemindMe project all should make reference to other 2 projects in project.properties file:

  • android.library.reference.1=..\actionbarsherlock
  • android.library.reference.2=..\AndroidHorizontalListView
Clone this wiki locally