ADB设备列表为空 [英] ADB device list is empty

查看:347
本文介绍了ADB设备列表为空的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我拥有最新版本的Android Studio和Android设备。

I have the latest version of Android Studio and an Android device.

我在设备上打开了开发人员模式,并通过USB将其插入笔记本电脑。
我没有收到提示信息,要求我对此台PC进行USB调试授权,而且当我在cmd adb设备上运行时,设备列表为空。

I turned on developer mode on my device and plugged it to my lap top via USB. I didn't get the prompt message that asks me to authorize USB debugging with this pc and also my device list was empty when I ran on the cmd adb devices.

我尝试做 adb kill-server ,然后 adb start-server ,但设备列表仍然为空,并且手机上仍然没有任何授权的USB调试消息。

I tried to do adb kill-server and then adb start-server but the devices list was still empty and I still didn't got any authorize usb debugging message on my phone.

我尝试重新启动手机+ PC +更换USB电缆,但什么也没做。

I tried to restart phone + PC + change USB cable but nothing.

推荐答案

最后,这对我有帮助:

快速指南:

下载 Google USB驱动程序

将启用了Android调试功能的设备连接到PC

Connect your device with Android Debugging enabled to your PC

从系统属性中打开Windows的Windows设备管理器。

Open Device Manager of Windows from System Properties.

您的设备应显示在其他设备下,列为类似
Android ADB Interface或 Android的名称电话或类似。右键单击,然后
单击更新驱动程序软件...。

Your device should appear under 'Other devices' listed as something like 'Android ADB Interface' or 'Android Phone' or similar. Right click that and click on 'Update Driver Software...'

选择浏览我的计算机以获取驱动程序软件

Select 'Browse my computer for driver software'

选择让我从计算机上的设备驱动程序列表中进行选择

Select 'Let me pick from a list of device drivers on my computer'

双击显示所有设备

按从磁盘安装按钮

浏览并导航至[SDK安装位置] \google-usb_driver,选择android_winusb.inf

Browse and navigate to [wherever your SDK has been installed]\google-usb_driver and select android_winusb.inf

从设备类型列表中选择 Android ADB接口。

Select 'Android ADB Interface' from the list of device types.

按是按钮

按安装按钮

按关闭按钮

现在您已经正确设置了ADB驱动程序。如果
无法识别设备,请重新连接。

Now you've got the ADB driver set up correctly. Reconnect your device if it doesn't recognize it already.

这篇关于ADB设备列表为空的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆