mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 05:52:22 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/adb-kill-server
Normal file
13
tldr/adb-kill-server
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# adb kill-server
|
||||
|
||||
> Stop the Android Debug Bridge (adb) server, disconnecting devices and emulators.
|
||||
> More information: <https://manned.org/adb#head14>.
|
||||
|
||||
- Kill the adb server if it is running:
|
||||
|
||||
`adb kill-server`
|
||||
Reference in New Issue
Block a user