From d5397a121d24a079f76daa42095fd2d9918d2e91 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 23 Oct 2022 06:30:26 -0400 Subject: [PATCH] update build-tools version for standalone SDK --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index 57369f18..671b41b2 100644 --- a/static/build.html +++ b/static/build.html @@ -1020,11 +1020,11 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin:$PATH"

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

-
sdkmanager 'build-tools;31.0.0'
+
sdkmanager 'build-tools;33.0.0'

Add the build-tools executables to your PATH:

-
export PATH="$HOME/android/sdk/build-tools/31.0.0:$PATH"
+
export PATH="$HOME/android/sdk/build-tools/33.0.0:$PATH"

For working with native code, you need the NDK: