Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.13 KB

File metadata and controls

39 lines (27 loc) · 1.13 KB

TrustTunnel Client Android adapter

Build Instructions

Prerequisites

You can also download SDK and NDK using Android Studio SDK Manager.

Building

To obtain all required conan dependencies, go to the root of the project and run:

python3 -m venv env
source env/bin/activate
pip3 install -r scripts/requirements.txt

scripts/bootstrap_conan_deps.py

Go to the Android adapter folder, set the CMake version to use and build the adapter:

cd platform/android

# Use system cmake, ensure `cmake` is in your path
echo cmake.dir=$(dirname $(dirname $(which cmake))) >> local.properties

./gradlew assembleRelease
# or ./gradlew assembleDebug