```ignore
USAGE:
OPTIONS:
```
It is a combination of three commands, [`android build`](./build.md), [`android install`](./install.md) and [`android launch`](./launch.md) giving you an illusion of a single operation being executed.
```sh
$ android run
```
```sh
$ android run --release
```