forked from pockethub/PocketHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Building From Eclipse
kevinsawicki edited this page Jul 26, 2012
·
10 revisions
The GitHub Android app can be build by a simple running of mvn clean install
from the repository's root directory but you may also want to build/launch the projects and this page outlines the extra steps required to do so.
- Import the
app
folder as a Android project. The.project
included will cause it to have the namecom.github.mobile
. - Create a
libs
folder at the root of the imported project. - Copy the following JAR files to the newly created
libs
folder: - Clone the Android-ViewPagerIndicator repository
- Checkout tag
2.3.1
- Import the
library
folder as an Android project namedcom.viewpagerindicator
- Checkout tag
- Clone the ActionBarSherlock repository
- Checkout tag
4.1.0
- Import the
library
folder as an Android project namedActionBarSherlock
- Checkout tag
- Clone the wishlist repository
- Checkout tag
0.1
- Import the
lib
folder as an Android project namedwishlist
- Checkout tag
The com.github.mobile
project should now build and be launchable and with no error markers. If you still see error markers try running the Project > Clean...
menu and/or restart Eclipse.