问题描述
当我尝试从Windows 8笔记本电脑弹出我的Android手机时(使用任务栏中的安全删除硬件并弹出媒体图标),弹出消息问题弹出USB复合设备:
When I try to eject my Android phone from my Windows 8 laptop (using the "Safely Remove Hardware and Eject Media" icon in the task bar) I get a "Problem Ejecting USB Composite Device" pop-up with the message:
我有许多后台程序和Windows进程正在运行,但没有应用程序,所以不知道是什么原因引起的?后台进程之一是 abd(32位),所以我应该结束该任务吗?还是只是拔掉设备而不必担心先退出设备会更好?
I have a number of background and Windows processes running, but no apps, so any idea what could be causing this? One of the background processes is "abd (32 bit)", so should I just end that task? Or would it be better to just unplug the device and not worry about ejecting it first?
推荐答案
Android使用ADB与物理设备通信设备和仿真器。要正确断开电话连接,请先停止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.
CD C:\Users\<user_name>\AppData\Local\Android\android-sdk\platform-tools
adb kill-server
然后弹出设备。
更多信息。
这篇关于无法弹出Android手机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!