Skip to content

Commit

Permalink
update build-tools in SDK guide to 35.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Nov 12, 2024
1 parent 9b149e6 commit d9bff35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -1178,11 +1178,11 @@ <h2><a href="#standalone-sdk">Standalone SDK</a></h2>
<p>For running the Compatibility Test Suite you'll also need the build-tools for
aapt:</p>

<pre>sdkmanager 'build-tools;33.0.2'</pre>
<pre>sdkmanager 'build-tools;35.0.0'</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.2:$PATH"</pre>
<pre>export PATH="$HOME/android/sdk/build-tools/35.0.0:$PATH"</pre>

<p>For working with native code, you need the NDK:</p>

Expand Down

0 comments on commit d9bff35

Please sign in to comment.