The Couchbase Lite Android library is split into two parts:
- couchbase-lite-java-core - this module, which has no dependencies on the Android API, and is usable in non-Android contexts.
- couchbase-lite-android - which has dependencies on the Android API.
Likewise, the Couchbase Lite Java library is split into two parts:
- couchbase-lite-java-core - this module, which has no dependencies on the Android API, and is usable in non-Android contexts.
- couchbase-lite-java-native - which contains a native wrapper of SQLite.
See the Project Structure wiki page for more information.
$ ./gradlew build