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 has been archived by the owner on Mar 9, 2022. It is now read-only.
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)
Common Problems
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.