Android

There are at least 2 options to integrate litereplica on Android:


SQLite Android bindings

These are the official bindings available on the SQLite site.

Here are the steps to integrate litereplica on it:

1. Download the zip file from here

2. Replace the sqlite3.c and sqlite3.h files at the folder sqlite3/src/main/jni/sqlite/ by those from litereplica

3. Follow the instructions at the SQLite site, either: Building a Custom aar File or Adding Source Code Directly to the Application


Android-sqlite-connector + our native driver

Our native driver is derived from Android-sqlite-native-driver

It is available pre-compiled for customers with the commercial license


Dependencies

You can get the pre-compiled binaries for Binn and nanomsg here:

android-binn-native

android-nanomsg-native