From 76486ef337ccd67da19e81caa3884487d055e261 Mon Sep 17 00:00:00 2001 From: SyedAhkam Date: Sat, 7 Oct 2023 02:32:37 +0530 Subject: [PATCH] feat: add new answer to faq section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 64fae8b..1c723be 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ This abstraction layer allows developers to execute complex tasks with ease with > Not necessarily. If you go to [Android Studio download page](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. +### Is a simple wrapper even enough? + +> Well yes and no, I eventually intend to build an interface on top of the existing commands in the near future to make actions more controllable and user-friendly as a whole. For example: imagine a prompt which lets you choose which device to run your project on, and even offer launching an emulator right there. there's so many possibilities. + ## Legal The tool itself is forever free. Distributed under the [MIT License](LICENSE).