解决Android Device Chooser 找不到设备问题

时间:2014-10-25 17:22:25   收藏:0   阅读:1707

bubuko.com,布布扣
第一种情况:

已经启动了官方的模拟器也进入了Android手机界面,但是在Android Device Chooser 看不到设备,怎么办?

如下图所示,使用Reset adb

bubuko.com,布布扣

或者在adb所在目录(一般在ANDROID_SDK_HOME\platform-tools)下运行下面指令

adb kill-server
adb start-server

第二种情况

已经连接上了手机,但是在Android Device Chooser 看不到设备,怎么办?

一般情况下要先确定已打开USB调试选项,

bubuko.com,布布扣

安装驱动
bubuko.com,布布扣

下载完打开目录\ANDROID_SDK_HOME\extras\google\usb_driver

找到这个文件android_winusb.inf

在以下字段,添加(我的设备是MX2),VID,PID可以接上手机在设备管理器中查看,如下图

[Google.NTx86]

;meizu mx2
%SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_4E26&MI_01
%CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_4E26&MI_00

 ;040
%SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_4E30&REV_0226&MI_01
%CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_4E30&MI_00

[Google.NTamd64]
;meizu mx2

%SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_4E26&MI_01
%CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_4E26&MI_00

 ;040
%SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_4E30&REV_0226&MI_01
%CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_4E30&MI_00

查看自己手机的硬件ID

bubuko.com,布布扣

bubuko.com,布布扣

更新驱动指向...\ANDROID_SDK_HOME\extras\google\usb_driver
bubuko.com,布布扣
完成!
bubuko.com,布布扣

原文:http://blog.csdn.net/wisepragma/article/details/40453041

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!