From 15fb6e9e3e72e1ea0629a604866b74e124e4c711 Mon Sep 17 00:00:00 2001 From: MacroController Date: Fri, 3 Jan 2025 16:20:40 +0100 Subject: [PATCH] MD040 --- docs/BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILD.md b/docs/BUILD.md index 54a5d0166..fa0c1b4ca 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -60,7 +60,7 @@ The Android SDK tools contains many necessary tools for developing and debugging 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. -``` +```bash export PATH="$PATH:/opt/android-sdk/tools/bin" export PATH="$PATH:/opt/android-sdk/platform-tools" export ANDROID_HOME="/opt/android-sdk"