You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
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