# 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
```