Files
cheatsheet-tldr/tldr/adb-start-server
2025-10-17 00:19:47 +00:00

14 lines
330 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# adb start-server
> Start the Android Debug Bridge (adb) server to allow adb connections from devices or emulators.
> More information: <https://manned.org/adb#head14>.
- Start the adb server if it is not running:
`adb start-server`