androidtouchdb

TouchDB - CouchbaseLite Libraries?


I have decided to made my application using TouchDB for Android, which is the light version of CouchDB for Mobile Platform. I am able to find sample projects for this on the github but I did not find all the libraries needed for implementing TouchDB in Android. https://github.com/couchbaselabs

I could not find the jar files for the classes like CBLURLStreamHandlerFactory and CBLServer.

Can anybody list the libraries to download and include in TouchDB based Android Project?

Any help is appreciated. Thanks.


Solution

  • Follow this link.

    It has TouchDB-Android and TouchDB-Android-Ektorp. Import these folders as Libraries in your project and then you are done.

    https://github.com/couchbaselabs/TouchDB-Android/wiki/Getting-Started

    1. You need to make these two Projects(TouchDB-Android, TouchDB-Android-Ektorp) in Eclipse as libraries by checking option "is Library".
    2. and then include them in your main project.