From 7ab48613c3ed7d7d32a746cae79fd757d510b6a4 Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Mon, 24 Jan 2022 18:19:17 +0000 Subject: [PATCH] Add a note on NDK version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32789eb..0e99aaa 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ val newAddress = wallet.getNewAddress() ``` 1. Install Android SDK and Build-Tools for API level 30+ 1. Setup `$ANDROID_SDK_ROOT` and `$ANDROID_NDK_HOME` path variables (which are required by the - build scripts), for example: + build scripts), for example (NDK major version 21 is required): ```shell export ANDROID_SDK_ROOT=~/Android/Sdk - export ANDROID_NDK_HOME=$ANDROID_SDK_ROOT/ndk/21.3.6528147 + export ANDROID_NDK_HOME=$ANDROID_SDK_ROOT/ndk/21. ``` 1. Build kotlin bindings ```sh