diff options
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 4 |
1 files 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"</pre> <p>For working with native code, you need the NDK:</p> - <pre>sdkmanager ndk-bundle</pre> + <pre>sdkmanager 'ndk;27.2.12479018'</pre> <p>Add the <code>ndk-bundle</code> executables to your <code>PATH</code>:</p> - <pre>export PATH="$HOME/android/sdk/ndk-bundle:$PATH"</pre> + <pre>export PATH="$HOME/android/sdk/ndk/27.2.12479018:$PATH"</pre> <p>You should update the sdk before use from this point onwards:</p> |
