First case:
The official simulator has also been launched into the Android phone interface, but the device is not visible on Android device Chooser, what should I do?
As shown, use the reset adb
or run the following command in the ADB directory (typically Android_sdk_home\platform-tools)
ADB kill-server
ADB start-server
The second case
The phone is already connected, but I can't see the device Chooser Android device.
In general, you must first determine that the USB debugging option is turned on.
Installation drive
Download the Open Directory \android_sdk_home\extras\google\usb_driver
Find this file Android_winusb.inf
In the following fields, add (my device is MX2), Vid,pid can connect to the phone in Device Manager to view, as
[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
View your phone's hardware ID
Update driver point to ... \android_sdk_home\extras\google\usb_driver
Complete!
Fix Android device Chooser Unable to find devices problem