USB device not found的解决办法
android Studio关于USB device not found的解决办法,我们使用Android Studio进行Android开发时,当我们使用真机进行调试时,很可能会出现USB device not found的问题。网上提出了很多决解办法,很多都是错误的。现给出正确的解决方法
操作方法
- 01
首先检查一下你的SDK 是否安装了,如果没有安装SDK,请先安装!如果安装SDK之后用系统管理员的身份打开SDK Manager 看下是否安装了“Google USB Driver”
- 02
如果安装了“Google USB Driver”,还不能解决问题,则继续,右键我的电脑,选择到设备管理器,右键更新驱动,如图
- 03
选择 “Browse my computer for driver software”
- 04
Select “Let me pick from a list of device drivers on my computer”.
- 05
Select “Show All Devices”.
- 06
Press the “Have Disk” button.
- 07
Enter the path to the Google USB driver. Normally it is located in the following directory:
- 08
Select “Android ADB interface” from the list of device types.
- 09
等安装完之后 回到 android studio 运行,就可以解决问题了~~
赞 (0)