Run App

USAGE: android run [OPTIONS] OPTIONS: -h, --help Print help information -r, --release Should build in release mode

What it does

It is a combination of three commands, android build, android install and android launch giving you an illusion of a single operation being executed.

Examples

Running in Debug mode

$ android run

Running in Release mode

$ android run --release