From d9bff3571d610bd1633060a031526e20cef5a9f3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 11 Nov 2024 22:27:47 -0500 Subject: [PATCH] update build-tools in SDK guide to 35.0.0 --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index 6b6f24bd3..61dcc61bd 100644 --- a/static/build.html +++ b/static/build.html @@ -1178,11 +1178,11 @@

Standalone SDK

For running the Compatibility Test Suite you'll also need the build-tools for aapt:

-
sdkmanager 'build-tools;33.0.2'
+
sdkmanager 'build-tools;35.0.0'

Add the build-tools executables to your PATH:

-
export PATH="$HOME/android/sdk/build-tools/33.0.2:$PATH"
+
export PATH="$HOME/android/sdk/build-tools/35.0.0:$PATH"

For working with native code, you need the NDK: