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: