From 6631adcad03936b8f45abbebe1d1c84f2113f201 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 12 May 2020 00:03:01 -0400 Subject: [PATCH] fix initial update instructions --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index cea5c91f..9ba4d035 100644 --- a/static/build.html +++ b/static/build.html @@ -779,9 +779,9 @@ mv tools latest
export ANDROID_HOME="$HOME/android/sdk"
 export PATH="$HOME/android/sdk/cmdline-tools/latest/bin"
-

Run an initial update:

+

Make cmdline-tools responsible for updating itself:

-
sdkmanager --update
+
sdkmanager 'cmdline-tools;latest'

Install platform-tools for tools like adb and fastboot: