Documentation

Support

Vivox Core SDK

Vivox Core SDK

Android library requirements

Review the Android library requirements within the Vivox SDK.
Read time 1 minuteLast updated 20 hours ago

In Android, every application runs in a sandbox environment. To comply with many Android-specific requirements, the Vivox SDK ships with an Android library (AAR). You must include this library in your Android application project. You can find the Vivox Java library in the
SDK/aar
directory.
The following image details a typical Android project dependency view. Typically, developers are required to create a native library (
libapp-so-lib-name.so
in this figure) that translates Java calls to or from the underlying
libvivox-sdk.so
native library.
Dependency flow chart. At the top is Android App with two arrows going down. One to vivox-sdk.aar and one to libapp-so-lib-name.so. Both of those each have an arrow going down to libvivox-sdk.so