adb โ€” Android Debug Bridge: communicate with an Android emulator instance or connected Android devices. Some subcommands such as `shell` have their own usage documentation. # source: tldr ยท verified Examples: # Check whether the adb server process is running and start it $ adb start-server # Terminate the adb server process $ adb kill-server # Start a remote shell in the target emulator/device instance $ adb shell # โœŽ Wrong or incomplete? Improve this page โ†’ https://curlhub.sh/man/adb