简体   繁体   English

ADB错误:找不到USB设备

[英]ADB Error: device not found USB

i tried connect my 7` tab (KrugerKM0793) by USB. 我尝试用USB连接我的7`标签(KrugerKM0793)。

I uninstalled all USB drivers and re-installed them from sdk\\extras\\google\\usb_driver . 我卸载了所有USB驱动程序并从sdk\\extras\\google\\usb_driver重新安装它们。

After this the device manager found an "Android ADB Interface". 在此之后,设备管理器找到了“Android ADB接口”。 There were no errors. 没有错误。 But it seems Eclipse cannot see ADB. 但似乎Eclipse无法看到亚行。

I checked ADB.exe and this is my log: 我检查了ADB.exe,这是我的日志:

C:\Android_SDK\sdk\platform-tools>adb usb
error: device not found

C:\Android_SDK\sdk\platform-tools>adb kill-server

C:\Android_SDK\sdk\platform-tools>adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *

C:\Android_SDK\sdk\platform-tools>adb devices
List of devices attached

I tried to find a solution but all write to install new APK but I cannot install adb wireless-root problem. 我试图找到一个解决方案,但所有写入安装新APK但我无法安装adb无线根问题。

Download and install Adb driver installer it will search for devices and install any missing drivers 下载并安装Adb驱动程序安装程序,它将搜索设备并安装任何缺少的驱动程序

http://adbdriver.com/downloads/ http://adbdriver.com/downloads/

It worked for me problem fixed straight away :) 它适用于我的问题直接修复:)

I tried to find a solution but all write to install new APK but I cannot install adb wireless-root problem. 我试图找到一个解决方案,但所有写入安装新APK但我无法安装adb无线根问题。

Installing a new APK seems a weird solution, APK's are installed on mobile devices. 安装新的APK似乎是一个奇怪的解决方案,APK安装在移动设备上。

Just to be clear, the problem is Eclipse cannot find adb? 只是要明确,问题是Eclipse找不到adb?

Don't you mean re-installing Android SDK?, this could work. 你不是说重新安装Android SDK吗?这可行。

Also update android SDK tools and platform toold through your Android SDK manager. 还可以通过Android SDK管理器更新Android SDK工具和平台。

for what it's worth i've been up to my ears with this problem and my fix turned out to be to stop using a USB HUB on my desk, and to plug the android device directly into one of the USB ports on my motherboard 对于它的价值我已经听到了这个问题,我的修复原来是停止在我的桌面上使用USB HUB,并将Android设备直接插入我主板上的一个USB端口

Symptom: USB Not Found in DDMS, Intllij. 症状:在DDMS,Intllij中找不到USB。
adb devices would list my device and then lose it. adb设备会列出我的设备然后丢失它。

'twas the usb hub '是usb hub

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM