简体   繁体   English

Android Studio adb - 找不到USB设备 - Verizon解决方案

[英]Android Studio adb - USB Device Not Found - Verizon Resolution

How do I get Android Studio adb to recognize my usb device (HTC Droid DNA) I keep getting the USB device not found message in the abd log. 如何让Android Studio adb识别我的USB设备(HTC Droid DNA)我一直在abd日志中找到未找到USB设备的消息。 Windows also will not install my drivers and my HTC sync manager is updated? Windows也不会安装我的驱动程序,我的HTC同步管理器更新?

Android Studio 0.5.2 Android Studio 0.5.2
Device: Droid DNA 装置:Droid DNA
OS: Windows 8.1 操作系统:Windows 8.1
JRE. JRE。 1.7.0_25 1.7.0_25

I struggled with this issue for awhile that my Droid DNA wouldn't be recognized by Android Studio. 我一直在努力解决这个问题,因为我的Droid DNA不会被Android Studio识别。 Initially I thought it was related to drivers - which it was and the HTC Manager. 最初我认为它与驱动程序有关 - 它和HTC管理器有关。 I got that upgraded successfully. 我成功升级了。 Still nothing. 依然没有。 Then windows wasn't recognizing the actual device in the device manager and would not perform the upgrade. 然后,Windows无法识别设备管理器中的实际设备,也无法执行升级。

Then realized that the usb port I was using was not compatible with the usb cord I was using to perform an upgrade for USB Mass Storage. 然后意识到我使用的USB端口与我用来执行USB Mass Storage升级的USB线不兼容。 I moved usb ports and re-ran the update for windows drivers successfully. 我移动了usb端口并成功重新运行了Windows驱动程序的更新。 Still no adb detection. 仍然没有adb检测。 Did more digging and found a great step by step fix. 做了更多的挖掘,发现了一步一步的修复。 The latest software version to my DNA phone completely removed and hid the developer options in the settings. 我的DNA手机的最新软件版本已完全删除,并隐藏了设置中的开发人员选项。 Verizon's help resources had the fix. Verizon的帮助资源得到了修复。 My phone was not set to perform usb debugging (has nothing to do with the internet pass through settings which I thought was the developer settings replacement for an hour or more). 我的手机没有设置为执行usb调试(与互联网传递无关,我认为是一小时或更长时间的开发人员设置更换)。

In short do this (these items look clickable and usually do nothing but do in this instance) in the Settings - About - Software Information - More - Click the build number 7 times. 简而言之,在设置 - 关于 - 软件信息 - 更多 - 单击内部版本号7次时,这些(这些项看起来可以点击,通常只做这个例子)。 You will start getting a Toast message about on your way to being a developer. 您将开始收到关于成为开发人员的Toast消息。 Once done go back to main settings an Developer Options is now visible and accessible. 完成后返回主设置,现在可以看到并可访问开发人员选项。

Hope this helps and saves others the 4 hours I spent on this. 希望这有助于并节省其他人花费4个小时。 Apps are now installing for debugging on my device. 现在正在安装应用以在我的设备上进行调试。

The fix is here at verizons site: http://www.verizonwireless.com/support/devices/knowledge_base.html/70154 修复程序位于verizons站点: http//www.verizonwireless.com/support/devices/knowledge_base.html/70154

I had the same issue. 我遇到过同样的问题。 After setting up debugging on the phone, I still couldn't connect. 在手机上设置调试后,我仍然无法连接。 I went to the HTC website and downloaded and instelled the "HTC Sync Manager". 我去了HTC网站,下载并发布了“HTC Sync Manager”。 My phone was now connected to the PC properly and Android Studio recognized my phone and I was able to debug the app. 我的手机现在已正确连接到PC,Android Studio识别了我的手机,我可以调试应用程序。

http://www.htc.com/us/support/software/htc-sync-manager.aspx http://www.htc.com/us/support/software/htc-sync-manager.aspx

If your device's usb driver is not installed and you can't find it anywhere. 如果未安装设备的USB驱动程序,则无法在任何地方找到它。 you should create a driver manually. 你应该手动创建一个驱动程序。 first download an Android USB Driver for windows 8.1. 首先下载适用于Windows 8.1的Android USB驱动程序。 then open the inf file and change it. 然后打开inf文件并进行更改。 I described here: Which driver need to install in my android device 我在这里描述: 哪个驱动程序需要在我的Android设备中安装

Had the same issue when trying to debug using my Motorola X919, "USB device not found". 尝试使用我的摩托罗拉X919进行调试时遇到同样的问题,“找不到USB设备”。

What i did first was to enable Developer Mode and USB Debugging option on my phone. 我首先做的是在手机上启用开发者模式和USB调试选项。 When i connected my device to the laptop, the driver installation process started automatically and then it failed. 当我将设备连接到笔记本电脑时,驱动程序安装过程自动启动,然后失败。

Then, I downloaded Motorola Device Manager (there must be an equivalent for other brands) and installed it with the phone plugged, and it installed the required drivers successfully, so now Android ADB recognize my phone and i am able to debug my app using a physical device. 然后,我下载了摩托罗拉设备管理器(必须有其他品牌的等效产品)并安装了手机插头,并成功安装了所需的驱动程序,所以现在Android ADB识别我的手机,我能够调试我的应用程序使用物理设备。

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

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