9 lines
237 B
Markdown
9 lines
237 B
Markdown
|
|
# 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`
|