码迷,mamicode.com
首页 > 移动开发 > 详细

Android Studio关于USB device not found的解决办法

时间:2015-07-19 10:13:28      阅读:539      评论:0      收藏:0      [点我收藏+]

标签:

Android Studio关于USB device not found的解决办法

我们使用Android Studio进行Android开发时,当我们使用真机进行调试时,很可能会出现USB device not found的问题。网上提出了很多决解办法,很多都是错误的。现给出正确的解决方法:

1. If yon don’t have 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 will start, but will 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 is installed, plug in your device.

Warning: The driver won’t install automatically. We will 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-click 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”.

技术分享

10. Select “Show All Devices”.

技术分享

11. Press the “Have Disk” button.

技术分享

12. 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

技术分享

13. Select “Android ADB Interface” from the list of device types.

技术分享

14. Confirm the installation of the driver by pressing “Yes”.

技术分享

15. Confirm the installation again by pressing “Install”.

技术分享

16. When the installation is done, press “Close”.

技术分享

版权声明:本文为博主原创文章,未经博主允许不得转载。

Android Studio关于USB device not found的解决办法

标签:

原文地址:http://blog.csdn.net/u010999240/article/details/46949335

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!