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.