update recommended build-tools version to 36.0.0

This commit is contained in:
Daniel Micay 2025-05-30 12:20:27 -04:00
parent cd90e0c0c5
commit b96011904a

View File

@ -1004,11 +1004,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;35.0.0'</pre> <pre>sdkmanager 'build-tools;36.0.0'</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/35.0.0:$PATH"</pre> <pre>export PATH="$HOME/android/sdk/build-tools/36.0.0:$PATH"</pre>
<p>For working with native code, you need the NDK:</p> <p>For working with native code, you need the NDK:</p>