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

最新文章

  1. js基础篇——encodeURI 和encodeURIComponent
  2. textarea文本简单样式编辑
  3. Java-maven异常-cannot be cast to javax.servlet.Filter 报错, 原因servlet-api.jar冲突
  4. ARM家族大检阅
  5. Duilib学习笔记《05》— 消息响应处理
  6. MongoDB牛刀小试
  7. Bash Shell编程要点小结
  8. python 函数运算先于单目运算
  9. 14 Fragment的V4包的使用
  10. [Abp 源码分析]零、文章目录
  11. linux环境部署python3+django
  12. HOG特征(Histogram of Gradient)学习总结
  13. 【Codeforces 1114F】Please, another Queries on Array?
  14. <笔记>Effective Objective-C 2.0 编写高质量iOS与
  15. Linux基础命令---tracepath追踪路由信息
  16. 分布式锁的两种实现方式(基于redis和基于zookeeper)
  17. [zhuan]《MEF程序设计指南》博文汇总
  18. Servlet输出PDF文档方法
  19. 基于OpenMP的C++并行编程简单示例
  20. Global Average Pooling Layers for Object Localization

热门文章

  1. [android]ShareSDK——内容分享和短信验证
  2. setTimeout(fn, 0) 的作用
  3. .NET快速查找某个类所在的命名空间
  4. Bootstrap 3之美01-下载并引入页面
  5. MVC无限级分类02,增删改查
  6. hashcode(),equal()方法深入解析
  7. python测试开发django-6.模板中include使用
  8. [翻译] RBBAnimation,让你使用关键帧动画更便利
  9. OpenShift采用Blackbox_exporter进行服务状态监控
  10. Mysql运行模式及1690错误处理