Skip to content

How To Build Eclipse

christopherfowers edited this page May 6, 2014 · 3 revisions

Requirements

  • Git Source Control Management
  • Android-SDK v18
  • Android Support Repository

1. Clone the Repository

$ git clone git://github.com/chaosbastler/opentraining.git

2. Checkout Dependencies

$ git submodule init
$ git submodule update

3. Change Eclipse Workspace

4. Import 'app'

* File -> Import -> Existing Projects into Workspace

5. Import 'test'

* File -> Import -> Existing Projects into Workspace

6. Import Support Library

* Instructions: http://developer.android.com/tools/support-library/setup.html#add-library; 'Adding libraries with resources', step 1 to 4 should be enough

7. Disable Lint für support library

*Click right on project 'android-support-v7-appcompat' -> Properties -> Android Lint Preferences -> Ignore all

Clone this wiki locally