系统相关
首页 > 系统相关> > android – Nexus 7在Windows / Eclipse / ADB中断开连接

android – Nexus 7在Windows / Eclipse / ADB中断开连接

作者:互联网

我的Nexus 7曾经在Windows 7 64bit上运行良好,但现在突然间我连接它时,它向我展示了新的设备屏幕,它在Eclipse / ADB中显示为Nexus 7和Android 4.3(正确),然后消失了在ADB日志中设备断开连接后的第二个或更少.

然后,亚行将其报告为“离线”,操作系统未知.

我尝试了三种不同的USB有线,不同的USB端口,并且在我的Mac上(虽然不是我的主设备),该设备运行良好.这真令人沮丧.我尝试设置与PTP和媒体设备的连接.两者都没有帮助.

解决方法:

尝试禁用并重新启用usb-debugging.

也试试这个:

    1: uninstall the driver in the device manager with option "delete the driver software for this device"
    reconnect the Nexus tablet
    2: let windows install a default driver which will be inadequate
    3: uninstall again the device in the device manager with the option "delete the driver software for this device"
    4: let windows try to find the driver, this process will fail
    5: go back to the device manager and right click the failed device and update driver
    6: choose the driver location in the android sdk directory (android/extra/google/usb_driver)

标签:android,eclipse,windows,adb,nexus-7
来源: https://codeday.me/bug/20190629/1325390.html