update NDK version in SDK guide
This commit is contained in:
parent
d9bff3571d
commit
37d19ed110
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user