Oct 20, 2013

Properly eject Android device after using ADB

Android uses ADB to communicate with physical devices and emulators. To properly disconnect your phone first stop the ADB server and then eject your device.

adb kill-server

Source: http://stackoverflow.com/questions/16089037/unable-to-eject-android-phone

No comments:

Post a Comment