Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-mvc/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 尝试了一切,ADB没有在windows 7上检测到我的nexus_Android_Testing_Adb - Fatal编程技术网

Android 尝试了一切,ADB没有在windows 7上检测到我的nexus

Android 尝试了一切,ADB没有在windows 7上检测到我的nexus,android,testing,adb,Android,Testing,Adb,我正在尝试将我的外部设备(nexus 5)添加到测试中。 为此 1) 我已经安装了谷歌USB驱动程序 2) 将环境变量设置为ANDROID_HOME&PATH 3) 在清单中设置android:debugger=“true”,在gradle中设置相同。 4) 如果我在命令提示符中列出连接到ADB的设备,则不会获取任何设备。 5) nexus 5的驱动程序是最新的,我已经从windows 7的设备管理器中检查过了。 6) 在开发者选项中启用了我手机上的usb调试 在我来这里的路上似乎什么都没用,我

我正在尝试将我的外部设备(nexus 5)添加到测试中。 为此
1) 我已经安装了谷歌USB驱动程序
2) 将环境变量设置为ANDROID_HOME&PATH
3) 在清单中设置android:debugger=“true”,在gradle中设置相同。
4) 如果我在命令提示符中列出连接到ADB的设备,则不会获取任何设备。
5) nexus 5的驱动程序是最新的,我已经从windows 7的设备管理器中检查过了。
6) 在开发者选项中启用了我手机上的usb调试


在我来这里的路上似乎什么都没用,我如何在nexus 5上测试我的摄像头/蓝牙应用程序?请帮帮我。

你试过更换usb电缆吗?当我试着连接moto x进行调试时,这对我的moto x来说是个好办法。它不适用于我手机附带的usb电缆,但适用于我买的另一根电缆

从adbdrivers.com重新安装驱动程序,然后在调试模式下连接手机(转到开发者选项并启用usb调试),如果不起作用,则切换到Ptp或viceversa。希望它能复制你使用的安卓系统的版本?我在OSX上也遇到了同样的问题,Android 6-wsa以前工作得很好。仅限Android 6。但mac os的情况却大不相同。你到底玩了什么把戏?