Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Building TouchDB Android

mschoch edited this page May 15, 2012 · 6 revisions

Getting the Code

  • Use Git to clone the TouchDB repository to your local disk. For example:

git clone [email protected]:couchbaselabs/TouchDB-Android.git

Building with Eclipse

  • Import the projects into your Eclipse workspace (File -> Import... -> Existing projects into Workspace)
  • Repeat this step for all sub-projects **TouchDB-Android **TouchDB-Android-Ektorp **TouchDB-Android-JavaScript **TouchDB-Android-Listener **TouchDB-Android-TestApp
  • Projects should build automatically (unless configured not to in your Eclipse settings) ** If any errors are reported in these projects, select Project -> Clean... then choose the projects to clean

Building with Ant

  • cd TouchDB-Android
  • ant debug
  • Repeat this step for all sub-projects **TouchDB-Android **TouchDB-Android-Ektorp **TouchDB-Android-JavaScript **TouchDB-Android-Listener **TouchDB-Android-TestApp
Clone this wiki locally