Android Studio Solutions for USB device not found
When we use Android Studio for Android Development, when we use the real machine for debugging, there is a good chance that USB device not found is a problem. Many solutions have been put forward on the internet, many of them are wrong. Now give the correct solution:
1. If yon don ' t has Android SDK installed, please install it first.
2. Open Start menu. Select Android SDK Tools, SDK Manager. Right-click on it and select "Run as Administrator".
Running SDK Manager as Administrator is very important. If you just click on it, the SDK manager would start, but would encounter errors when you try to install new components!
3. in the SDK Manager select "Extras->google USB Driver". Enable the checkbox and click "Install 1 Package".
4. when the Google USB driver are installed, plug in your device.
Warning:the driver won ' t install automatically. We'll do it manually in the next steps.
5. Open The System Properties dialog (press Win+break on the keyboard or locate "Computer" in Start menu, right-c lick on it and select "Properties".
6. Click on the "Device Manager" link.
7. in the device Manager locate your Android device. Then right-click on it and select "Update Driver Software".
8. Select "Browse My Computer for driver software".
9. Select "Let me pick from a list of device drivers on my Computer".
Select "Show all Devices".
Press the "Have Disk" button.
Enter The path to the Google USB driver. Normally it is located in the following directory:
C:\Program Files (x86)\Android\android-sdk\extras\google\usb_driver
Select "Android ADB Interface" from the list of device types.
Confirm The installation of the driver by pressing "Yes".
Confirm The installation again by pressing "Install".
When the installation was done, press "Close".
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Android Studio solutions for USB device not found