简体   繁体   English

在Eclipse设备管理器中找不到Oneplus One

[英]Oneplus One not found in Eclipse device manager

I found some questions where the Android devices were not found with Android ADT. 我发现了一些Android设备未找到Android设备的问题。 I tried another cable, restarting Eclipse and the OnePlus One, installing new drivers, changing the USB port and some other different tips. 我尝试了另一根电缆,重新启动Eclipse和OnePlus One,安装新驱动程序,更改USB端口以及其他一些不同的提示。

My OnePlus One shows "USB Debugging" in the notifications but the device can't be found. 我的OnePlus One在通知中显示“USB Debugging”但无法找到该设备。

Anyone tips? 有提示吗?

I had the same problems with my phone, here are the steps I made and worked for me. 我的手机遇到了同样的问题,这是我为我制作和工作的步骤。

  1. Control Panel 控制面板
  2. Devices Manager 设备经理
  3. Find your android device (it should be there) 找到你的Android设备(它应该在那里)
  4. Right click on the device -> Properties -> Driver 右键单击设备 - >属性 - >驱动程序
  5. Update Driver 更新驱动程序
  6. Browse my computer for driver software 浏览我的电脑以获取驱动软件
  7. Let me pick from a list o devices 让我从列表中选择设备
  8. Select certificate -> Next -> Close 选择证书 - >下一步 - >关闭

OR 要么

  1. Control Panel 控制面板
  2. Devices Manager 设备经理
  3. Find your android device (it should be there) 找到你的Android设备(它应该在那里)
  4. Right click on the device -> Properties -> Driver 右键单击设备 - >属性 - >驱动程序
  5. Update Driver 更新驱动程序
  6. Browse my computer for driver software 浏览我的电脑以获取驱动软件
  7. Select driver 选择驱动程序
  8. Find Android SDK -> USB DRiver 查找Android SDK - > USB DRiver
  9. Load your driver from there 从那里加载您的驱动程序

Hope this helps, Cheers 希望这会有所帮助,干杯

For some reason Windows could not find the correct drivers. 由于某种原因Windows无法找到正确的驱动程序。 The solution for me was to download and run this tool that installed the correct drivers, as suggested by this Reddit post. 对我来说,解决办法是下载并运行工具,安装正确的驱动程序,通过所建议的这个 reddit的职位。

驱动程序补丁后

After hitting the install button my OnePlus One showed up in Eclipse. 点击安装按钮后,我的OnePlus One出现在Eclipse中。

Eclipse设备管理器

Edit android_winusb.inf located at <sdk>\\extras\\google\\usb_driver\\ . 编辑位于<sdk>\\extras\\google\\usb_driver\\ android_winusb.inf

Add the following lines under the sections [Google.NTx86] and [Google.NTamd64] : [Google.NTx86][Google.NTamd64]部分下添加以下行:

;OnePlus One
%SingleAdbInterface% = USB_Install, USB\VID_05C6&PID_6765
%CompositeAdbInterface% = USB_Install, USB\VID_05C6&PID_6765&MI_01

Then install the driver manually (from device manager). 然后手动安装驱动程序(从设备管理器)。

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

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