- Make sure you have installed Maven 3.1.1+
- Build the apk by:
mvn clean package
You will get target/seadroid.apk
after the build finishes.
-
Download
ActionBarSherlock
4.2.0 from http://actionbarsherlock.com/download.html -
Download
ViewPagerIndicator
2.4.1 from http://viewpagerindicator.com -
Git clone
NewQuickAction
git clone https://github.com/haiwen/NewQuickAction
-
Add ActionBarSherlock/NewQuickAction/ViewPagerIndicator as library according to http://developer.android.com/guide/developing/projects/projects-eclipse.html#ReferencingLibraryProject
-
Replace the android-support-v4.jar in
ActionBarSherlock
andViewPagerIndicator
with the jar in seadroid to make sure that all versions of this library be the same at this time. -
Download these JARs to
seadroid/libs
directory:
Now you can build seadroid in eclipse.