zoukankan      html  css  js  c++  java
  • Android Studio关于USB device not found的解决的方法

    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)Androidandroid-sdkextrasgoogleusb_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”.

    这里写图片描写叙述

  • 相关阅读:
    如何提高游戏中的打击感?
    javascript !!作用
    cocos2d-x图片变灰或者变亮
    cocos2d-x生成随机数
    javaScript 类型判断
    Cocos2dx游戏源码合集(BY懒骨头+持续更新+2014.02.21)
    (译)如何优化cocos2d程序的内存使用和程序大小:第二部分(完)
    (译)如何优化cocos2d程序的内存使用和程序大小:第一部分
    游戏中的心理学(一):认知失调有前提条件
    java定时任务
  • 原文地址:https://www.cnblogs.com/mthoutai/p/7353414.html
Copyright © 2011-2022 走看看