From 8ffbf1d8e088b06f55e7afe2b41b9fac414b2fdc Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 17 Sep 2020 14:07:21 -0400 Subject: [PATCH] update Android SDK build-tools version --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index 9556cb99..81a3287f 100644 --- a/static/build.html +++ b/static/build.html @@ -881,11 +881,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;29.0.3'
+
sdkmanager 'build-tools;30.0.2'

Add the build-tools executables to your PATH:

-
export PATH="$HOME/android/sdk/build-tools/29.0.3:$PATH"
+
export PATH="$HOME/android/sdk/build-tools/30.0.2:$PATH"

For working with native code, you need the NDK: