android Studio调试出现USB device not found怎么办?

所属分类: 软件教程 / 编程开发 阅读数: 1712
收藏 0 赞 0 分享

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

1、首先检查一下你的SDK 是否安装了,如果没有安装SDK,请先安装!如果安装SDK之后用系统管理员的身份打开SDK Manager 看下是否安装了“Google USB Driver”

2、如果安装了“Google USB Driver”,还不能解决问题,则继续,右键我的电脑,选择到设备管理器,右键更新驱动,如图

3、选择 “Browse my computer for driver software”

4、Select “Let me pick from a list of device drivers on my computer”.

5、Select “Show All Devices”.

6、Press the “Have Disk” button.

7、Enter the path to the Google USB driver. Normally it is located in the following directory:

8、Select “Android ADB interface” from the list of device types.

9、等安装完之后 回到 android studio 运行,就可以解决问题了

相关推荐:

Android Studio移动鼠标显示悬浮提示的设置方法

android studio怎么添加.so文件?android studio加载so文件的方法

Android studio怎么创建文件? Android studio新建Java类文件的方法

更多精彩内容其他人还在看

eclipse安装pydev插件步骤(图文)

本文主要介绍了在eclipse上安装pydev插件的过程,开发python的朋友可以看一下
收藏 0 赞 0 分享

hadoop入门之通过页面验证hadoop是否安装成功的方法

本文主要介绍了通过页面验证hadoop是否安装成功的方法,大家参考使用吧
收藏 0 赞 0 分享

hadoop入门之验证hdfs是否能够正常运行的方法

本文主要介绍了hadoop验证hdfs是否能够正常运行的方法,大家参考使用吧
收藏 0 赞 0 分享

hadoop入门之统计单词在文件中出现的个数示例

本文主要介绍了hadoop统计单词在文件中出现的个数的示例,大家参考使用吧
收藏 0 赞 0 分享

hadoop入门之hadoop集群验证任务存放在不同的节点上

本文主要介绍了hadoop集群验证任务存放在不同的节点上的方法,大家参考使用吧
收藏 0 赞 0 分享

hadoop入门之设置datanode的心跳时间的方法

本文主要介绍了hadoop设置datanode的心跳时间的方法,大家参考使用吧
收藏 0 赞 0 分享

hadoop入门之hdfs基本操作命令使用方法

本文主要介绍了hadoop的hdfs基本操作命令使用方法,大家参考使用吧
收藏 0 赞 0 分享

windows7下vs2010安装opencv2.4.3详细步骤(图)

本文记录Windows7 X86 SP1操作系统环境下,安装与配置OpenCV2.4.3的详细步骤。前置需求:已安装有VS2010
收藏 0 赞 0 分享

plsql develope连接64位Oracle 11g出错解决方案(图)

PLSQL Developer登录框中的Database下拉框始终空白,解决方法看下面的图吧
收藏 0 赞 0 分享

WinForm开发picturebox图像重绘(picturebox显示图片)代码分享

有多重方式可以实现PictureBox的图像重绘,本文针对一种应用情形,给出一种简便易用的方法来实现PictureBox的图像重绘
收藏 0 赞 0 分享
查看更多