update build-tools version for SDK install guide

This commit is contained in:
Daniel Micay 2023-02-11 05:34:10 -05:00
parent 4d8c87aa1e
commit d0be314002

View File

@ -1012,11 +1012,11 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin:$PATH"</pre>
<p>For running the Compatibility Test Suite you'll also need the build-tools for
aapt:</p>
<pre>sdkmanager 'build-tools;33.0.0'</pre>
<pre>sdkmanager 'build-tools;33.0.2'</pre>
<p>Add the <code>build-tools</code> executables to your <code>PATH</code>:</p>
<pre>export PATH="$HOME/android/sdk/build-tools/33.0.0:$PATH"</pre>
<pre>export PATH="$HOME/android/sdk/build-tools/33.0.2:$PATH"</pre>
<p>For working with native code, you need the NDK:</p>