From 09a3bf3a116eb7878574d0d8c2e4e28dd059cc58 Mon Sep 17 00:00:00 2001 From: Syed Ahkam Date: Sat, 8 Jul 2023 05:47:22 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbe44ae..2bff2c0 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,14 @@ This abstraction layer allows developers to execute complex tasks with ease with > Yes, there is an `android` bash script that comes with the Android SDK. However, it has been deprecated, and its functionalities have been absorbed into Android Studio, making it the only supported option for Android development. This decision has frustrated developers who prefer to use a CLI to manage their projects. +### But wait.. Don't I have to install Android Studio to get the SDK? + +Not necessarily.. If you go to https://developer.android.com/studio and scroll down enough you'll see a section named 'Command line tools only'. Just grab that and there's no need for Android Studio. + ## Legal The tool itself is forever free. Distributed under the [MIT License](LICENSE). However, the Android SDK is not free. You must accept the [Android SDK License Agreement](https://developer.android.com/studio/terms.html) before using the SDK. -Additionally, the Android CLI is not affiliated with Google or the Android Open Source Project. Android is a trademark of Google Inc. \ No newline at end of file +Additionally, the Android CLI is not affiliated with Google or the Android Open Source Project. Android is a trademark of Google Inc.