# android shell
```ignore
USAGE:
android shell
OPTIONS:
-h, --help Print help information
```
## What it does
It simply asks `adb` to attach a shell to your connected android device / emulator by executing `adb shell`.
## Example
```sh
$ android shell
```