2025-03-14 21:59:59 -06:00
|
|
|
# adb shell
|
|
|
|
|
|
|
|
|
|
> Run shell commands on a connected Android device or emulator.
|
|
|
|
|
> More information: <https://developer.android.com/tools/adb>.
|
|
|
|
|
|
|
|
|
|
- Start a remote interactive shell on the emulator or device:
|
|
|
|
|
|
|
|
|
|
`adb shell`
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
- View documentation for showing Android system properties:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`tldr {{[-p|--platform]}} android getprop`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
- View documentation for the Android package manager:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`tldr {{[-p|--platform]}} android pm`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
- View documentations for sending event codes and touchscreen events:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`tldr {{[-p|--platform]}} android input`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
- View documentation for the Android activity manager:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`tldr {{[-p|--platform]}} android am`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
- List documented Android shell commands:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`tldr {{[-p|--platform]}} android {{[-l|--list]}}`
|