From dee6255f0765e94eb2506fd394c7e86f3ae3e50e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 12 May 2020 00:15:27 -0400 Subject: [PATCH] fix syntax --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index 9ba4d035..ac18136b 100644 --- a/static/build.html +++ b/static/build.html @@ -763,7 +763,7 @@ git am --whitespace=nowarn ../patches/*.patch

Using the official releases of the SDK is recommended for simplicity, although with a lot of effort you can build everything yourself. Distribution packages are generally quite out-of-date and should be avoided. To set up a minimal SDK installation at - `~/android/sdk` without Android Studio:

+ ~/android/sdk without Android Studio:

mkdir -p ~/android/sdk/cmdline-tools
 cd ~/android/sdk/cmdline-tools