我刚安装了windows10v1809,在adb设备的命令行上显示了我的2部手机。
adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
***62aa4 device
***9389a device
但是android studio没有设备,我有一个仿真器出现在列表上,但是android studio也不能连接到仿真器。
android studio 3.2.1 Android sdk工具26.1.1
usb电缆在其它机器上工作正常
发布于 2018-12-01 11:47:31
我在另一篇文章中找到了解决方案。
go to SDK Platform Tools;
download SDK Platform-Tools for Windows;
https://developer.android.com/studio/releases/platform-tools.html
extract zip file and copy to \AppData\Local\Android\sdk\platform-tools.
https://stackoverflow.com/questions/53567559
复制相似问题