usb 调试安装apk时 总是掉线 Installation failed due to device not found

时间:2024-03-14 13:36:57
1、android studio 升级3.5版本以后,通过USB连接真机调试时,安装就被断开USB连接;报如下错误

usb 调试安装apk时 总是掉线 Installation failed due to device not found

2、Mac(Window-setting) Android Studio 解决途径:

Android Studio–>Preferences–>Build,Execution,Deployment–>Debugger–>右侧框找到“Use libusb backend”, 将其前面的勾去掉–>Apply–>Ok即可

3、另外,分享一下通过局域网调试apk的方法;

同一网络下,进行程序调试,告别USB连接调试
1、usb连接手机,执行:adb (-s 指定手机id) tcpip 5555;
2、断开usb连接,执行:adb connect 手机ip:5555
3、断开连接执行:adb disconnect 手机ip:端口