mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 12:55:31 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/adb-start-server
Normal file
13
tldr/adb-start-server
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user