adb wifi连接调试,解决Unable to connect to device

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了adb wifi连接调试,解决Unable to connect to device相关的知识,希望对你有一定的参考价值。

参考技术A 我的android studio安装adb wifi之后一直提示
Unable to connect to device 'LOGICOM'. Make sure that your computer and your device are connected to the same WiFi network..

然后通过网络其他的解决办法,尝试:
查看电脑ip:192.168.1.228
手机ip:192.168.1.149

然后插上usb线,通过adb命令操作:

有时候按照上面操作会出现,

这个时候会发现:adb devices
会出现多个设备了,如下:

然后在Android studio 中可以发现有多个设备:

但adb wifi 还是显示unable to connect to device ...

不过,最终目标可以实现了,可以拔掉usb实现调试。

Unable to connect to adb. Check if adb is installed correctly解决方法

 1、启动测试工具 "E:\\android-sdk_r24.4.1-windows\\android-sdk-windows\\tools"中的uiautomatorviewer

 

2、在  UI Automator Viewer界面点击第二个按钮 Device Screenshot 

 

3、此时出现 Unable to connect to adb. Check if adb is installed correctly 错误:

 

解决方案:

1、打开  "E:\\android-sdk_r24.4.1-windows\\android-sdk-windows\\tools"中的uiautomatorviewer.bat文件

2、找到 uiautomatorviewer.bat 文件最后一行

把将其中的binddir=%prog_dir%修改为 SDK 的 platform-tools所在路径(我的 SDK 路径为:E:\\android-sdk_r24.4.1-windows\\android-sdk-windows\\platform-tools)。

3、修改后的最后一行为:

4、再次启动工具  UI Automator Viewer,就可以正常运行。

 

以上是关于adb wifi连接调试,解决Unable to connect to device的主要内容,如果未能解决你的问题,请参考以下文章

Unable to connect to adb. Check if adb is installed correctly解决方法

usb调试断断续续的很烦?试试adb wifi调试

Android adb远程调试(无线连接)

Android Studio - Unable to create Debug Bridge: Unable to start adb server: adb server version (32)

ADB通过WiFi连接手机调试Android应用

plat 使用WIFI连接android进行调试和adb操作