From 568bc81837ba6b125de57bcce39bccc7793b0279 Mon Sep 17 00:00:00 2001 From: Mamat Rahmat Date: Wed, 31 Jul 2019 01:52:52 +0700 Subject: [PATCH] Edit android command line tool url --- Working-for-Android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-for-Android.md b/Working-for-Android.md index b8bf27b..aa469b7 100644 --- a/Working-for-Android.md +++ b/Working-for-Android.md @@ -12,7 +12,7 @@ You can just download the JDK from [here](http://www.oracle.com/technetwork/java Actually, Android SDK is composed by a series of tools, you can install everything in a go just downloading [Android Studio](https://developer.android.com/studio/#downloads) and installing the full package. -Alternatively, you can just install the required files manually. To do that, start downloading `Command line tools` package, found at the end of this [page](https://developer.android.com/studio/#Command-line-tools). +Alternatively, you can just install the required files manually. To do that, start downloading `Command line tools` package, found at the end of this [page](https://developer.android.com/studio/#command-tools). - Decompress downloaded `sdk-tools-...` file into a folder named `android-sdk`. One of the included tools is the [sdkmanager]((https://developer.android.com/studio/command-line/sdkmanager)), a command line utility to install required packages. - From command line, navigate to `android-sdk/tools/bin` and execute the following commands: