-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
- Make sure you have downloaded the Android Support Library using the SDK Manager.
- Create a libs/ directory in the root of your application project.
- 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.
- 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