Adb 未在 Windows 上检测到 android 设备 - Lenovo Yoga Tablet 2

Adb does not detect android device on Windows - Lenovo Yoga Tablet 2

问题

很简单,adb 无法识别我的 android 平板电脑 - Lenovo Yoga Tablet 2

注意:我可以从资源管理器访问存储,这不是问题。问题是 adb 无法识别它。因此无法在设备上调试。

这不是重复的。已在 SO 上的所有类似帖子中详尽尝试解决方案。

已经尝试过的东西:

  1. 已从 http://support.lenovo.com/ 安装驱动程序并尝试从设备管理器更新。 - 它总是说驱动程序已经是最新的。还尝试重新安装,但它会自动默认返回 MTP Device
  2. 根据有关此 lenovo forum 的建议安装 Intel USB Drivers 设置并安装。
  3. 更新了 ~/.android/adb_usb.ini 并添加了供应商 ID 0x17ef
  4. 更新了 ~/.android/adb_usb.ini 并添加了来自 here 的所有供应商 ID 的详尽列表。
上面的

None满足adb,执行adb devices.

时设备仍然没有出现

我错过了什么?或者我还能尝试什么?

又找到一个Universal Windows ADB Driver Tool for Windows users. This one is downloadable from a proper website, if we do not want to go with the anonymous source in the answer I've accepted earlier (although it did work for me). This tool is open source and its source code can be found on GitHub.

从 clockworkmod.com 下载 - Here

从作者的 GitHub 存储库下载 - Here

If you do any Android development on Windows, this will be ridiculously handy. Every manufacturer ships their own ADB driver on Windows, so getting new devices running on ADB is a royal pain. I've compiled a list of most phone vendor and product ids and rolled them into a single driver.

You can grab the download here. And the source is available on Github.

来源:http://koush.com/post/universal-adb-driver