update Android SDK build-tools version

This commit is contained in:
Daniel Micay 2020-09-17 14:07:21 -04:00
parent 3bc6ba2cd8
commit 8ffbf1d8e0

View File

@ -881,11 +881,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 <p>For running the Compatibility Test Suite you'll also need the build-tools for
aapt:</p> aapt:</p>
<pre>sdkmanager 'build-tools;29.0.3'</pre> <pre>sdkmanager 'build-tools;30.0.2'</pre>
<p>Add the <code>build-tools</code> executables to your <code>PATH</code>:</p> <p>Add the <code>build-tools</code> executables to your <code>PATH</code>:</p>
<pre>export PATH="$HOME/android/sdk/build-tools/29.0.3:$PATH"</pre> <pre>export PATH="$HOME/android/sdk/build-tools/30.0.2:$PATH"</pre>
<p>For working with native code, you need the NDK:</p> <p>For working with native code, you need the NDK:</p>