我的 adb 有一个奇怪的问题。我有一台 Vuzix M300 和几部安卓手机。问题是在开始使用我的 Vuzix M300 后,我的 ADB 没有检测到我的安卓手机,尽管现在我的 Vuzix 正在被检测到。在使用 vuzix 之前情况并非如此。在 Vuzix 之前,我的 android 手机被正常检测到,现在它没有被检测到,现在只有 Vuzix 被检测到。这里有什么问题?
问问题
920 次
2 回答
0
first be sure the adb installed (depend on your Os)
after that open Android Studio Terminal and Write :
adb devices
and The outPut should Like This:
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
FA57NY900383 device
after That, U can Run On Your RealDevice Phone Or any Device.
于 2018-12-05T08:41:21.573 回答
0
从此处下载 ADB Drivers (Universal) ,安装它们,然后重试。它应该工作。
于 2018-12-05T07:17:01.747 回答