Showing posts with label Android: Start or Stop adb server from Command line. Show all posts
Showing posts with label Android: Start or Stop adb server from Command line. Show all posts

Tuesday, 22 July 2014

Android: Start or Stop adb server from Command line

Open the cmd from Start ⇒ run ⇒ cmd


Command to kill ADB server
adb kill-server

Command to start ADB server
adb start-server