03 November 2012

ADB Server start/stop

In playing with the Android SDK, I found some useful info to start and stop the Android client:

/android_sdk_path/platform-tools

adb kill-server - To kill the server forcefully
adb start-server - To start the server

No comments:

Post a Comment