Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Apr 16, 2023
1 parent 1eebc63 commit e66ca2f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Create, build, and release Android apps faster without Android Studio.

> ⚠ Still️ in early development. Not all commands are implemented yet.
## Introduction

Android CLI is a powerful tool that simplifies and streamlines the Native Android development process. It provides a single interface for developers to create, build, and release Android applications without the need for cumbersome IDEs like Android Studio.
Expand Down Expand Up @@ -31,6 +33,10 @@ 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.
## License
## 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.

Forever free. [MIT License](LICENSE).
Additionally, the Android CLI is not affiliated with Google or the Android Open Source Project. Android is a trademark of Google Inc.

0 comments on commit e66ca2f

Please sign in to comment.