Skip to content

How To Build Eclipse

christopherfowers edited this page May 6, 2014 · 3 revisions

NOTE:
This Article is incomplete and should be updated. Update with Screen-shots of the process.

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

7. Disable Lint für support library

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