android-cli 0.2.0

Create, build, and release Android apps faster without Android Studio.
Documentation
# Launch App

```ignore
USAGE:
    android launch

OPTIONS:
    -h, --help    Print help information
```

## What it does

It requests ADB to launch the configured main activity of the installed app onto the connected device or emulator, effectively running our app.

## Example

```sh
$ android launch
```