adb - Unable to eject Android phone -
when try eject android phone windows 8 laptop (using "safely remove hardware , eject media" icon in task bar) "problem ejecting usb composite device" pop-up message:
windows can't stop 'android adb interface' device because program still using it. close programs might using device, , try again later.
i have number of background , windows processes running, no apps, idea causing this? 1 of background processes "abd (32 bit)", should end task? or better unplug device , not worry ejecting first?
android uses adb communicate physical devices , emulators. disconnect phone first stop adb server , eject device.
cd c:\users\<user_name>\appdata\local\android\android-sdk\platform-tools adb kill-server then eject device.
more info here.
Comments
Post a Comment