From 37d19ed110537696081416f451c3d13dffe7f60a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 11 Nov 2024 22:30:03 -0500 Subject: [PATCH] update NDK version in SDK guide --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index 61dcc61b..0614826b 100644 --- a/static/build.html +++ b/static/build.html @@ -1186,11 +1186,11 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin:$PATH"

For working with native code, you need the NDK:

-
sdkmanager ndk-bundle
+
sdkmanager 'ndk;27.2.12479018'

Add the ndk-bundle executables to your PATH:

-
export PATH="$HOME/android/sdk/ndk-bundle:$PATH"
+
export PATH="$HOME/android/sdk/ndk/27.2.12479018:$PATH"

You should update the sdk before use from this point onwards: