From cb467c6cfd72858f5ba404481ffc3e1c5a9b1c43 Mon Sep 17 00:00:00 2001 From: MacroController Date: Fri, 3 Jan 2025 16:20:09 +0100 Subject: [PATCH] MD034 --- docs/BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILD.md b/docs/BUILD.md index ad0d93d1c..e8797b92e 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -57,7 +57,7 @@ sudo apt-get install -y git openjdk-8-jdk-headless The Android SDK tools contains many necessary tools for developing and debugging Android applications. It can be obtained as part of Android Studio, but, for simple command line usage, it can also be downloaded individually. -1. Download the file `sdk-tools-linux-4333796.zip` (or a newer version) from https://developer.android.com/studio/#downloads, and extract it somewhere. In this guide, we assume that it was extracted to `/opt/android-sdk/tools`; that is, the script `/opt/android-sdk/tools/bin/sdkmanager` should exist. +1. Download the file `sdk-tools-linux-4333796.zip` (or a newer version) from , and extract it somewhere. In this guide, we assume that it was extracted to `/opt/android-sdk/tools`; that is, the script `/opt/android-sdk/tools/bin/sdkmanager` should exist. 2. Append the following lines to `~/.profile`, so that other tools can locate your Android SDK installation. It is necessary to restart your terminal for these changes to take effect. ```