简体   繁体   English

亚行在Mac OS X Mavericks上找不到Nexus 7

[英]ADB can't find Nexus 7 on Mac OS X Mavericks

i have recently installed Mac OS X Mavericks and now adb can't detect my nexus 7 anymore. 我最近安装了Mac OS X Mavericks,现在adb不再能够检测到我的nexus 7。 I've already tried to: 我已经尝试过:

  • Restart both pc and tablet 重新启动电脑和平板电脑
  • add to adb_usb.ini the vendor's id 将供应商的ID添加到adb_usb.ini
  • switch from MTP to PTP and viceversa 从MTP切换到PTP,反之亦然
  • change usb port 更改USB端口

I also noticed that Android File Transfer works perfectly. 我还注意到Android File Transfer可以完美运行。

How can I fix this problem? 我该如何解决这个问题?

As told in the question I tried doing different things like rebooting the PC and the tablet but nothing happened. 如问题所述,我尝试执行其他操作,例如重新启动PC和平板电脑,但没有任何反应。

I also tried switching off the "developer options" on my device and then turning it on again, but, again, no luck. 我还尝试了关闭设备上的“开发人员选项”,然后再次打开它,但是再次失败了。

Maybe it can be useful to restart ADB server, with the following commands (via terminal): 使用以下命令(通过终端)重启ADB服务器可能会很有用:

[user]$ adb kill-server
[user]$ adb start-server (or adb devices)

Or from inside eclipse: 或者从月食内部:

  1. Open DDMS perspective 打开DDMS透视图
  2. Click on the drop-down menu near the camera 单击相机附近的下拉菜单
  3. Click on "restart ADB" 点击“重启亚行”

Eventually (some hours later) after some reboots and tricks like ADB has been able to recognize my device 最终(几个小时后)在重新启动后,ADB之类的技巧便能够识别我的设备

只需在PC上安装Nexus 7的USB驱动程序,然后尝试在设备管理器中刷新设备的硬件更改即可。

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

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