From 34ac5d7adc6d8d29d5ca27c3ca2f962c7437944f Mon Sep 17 00:00:00 2001 From: Egor Ivkov Date: Sun, 5 Mar 2023 18:03:25 +0300 Subject: [PATCH] Updated Working for Android (on Linux) (markdown) --- Working-for-Android-(on-Linux).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-for-Android-(on-Linux).md b/Working-for-Android-(on-Linux).md index e1c014a..2fc6fcd 100644 --- a/Working-for-Android-(on-Linux).md +++ b/Working-for-Android-(on-Linux).md @@ -30,7 +30,7 @@ Android is based on the Java language, a Java installation is also required to c ## Android SDK The Android SDK (Software Development Kit) lets you create apps for Android. It has a modular design. The [Android Studio](https://developer.android.com/studio/) contains all of the packages, but in this guide we'll use the command line tools to install only the necessary packages. You can get the command line tools [here](https://developer.android.com/studio/#command-tools). -1. Decompress downloaded `sdk-tools-linux-...` into your project in `android/sdk`. Make sure there is a `cmdline-tools` folder. +1. Decompress downloaded `commandlinetools-linux-...` into your project in `android/sdk`. Make sure there is a `cmdline-tools` folder. 2. From the terminal, run the following commands: ```sh