Fix Android device Chooser Unable to find devices problem

Source: Internet
Author: User


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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.