HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

adb kill-server — Stop the Android Debug Bridge (adb) server, disconnecting devices and emulators. More information: <

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theadb kill-servercommandclidebugbridgeandroidstop

Problem

How to use the adb kill-server command: Stop the Android Debug Bridge (adb) server, disconnecting devices and emulators. More information: <https://manned.org/adb#head14>.

Solution

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

Code Snippets

Kill the adb server if it is running

adb kill-server

Context

tldr-pages: common/adb kill-server

Revisions (0)

No revisions yet.