This repository was archived by the owner on Mar 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
Building TouchDB Android
mschoch edited this page May 15, 2012
·
6 revisions
- Use Git to clone the TouchDB repository to your local disk. For example:
git clone git@github.com:couchbaselabs/TouchDB-Android.git
- 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
- 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)
I see messages like:
The method ... of type ... must override or implement a supertype method
Fix: Check that your project is building with a 1.6 compiler.