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

Posted 洋妞0

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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,就可以正常运行。

 

以上是关于Unable to connect to adb. Check if adb is installed correctly解决方法的主要内容,如果未能解决你的问题,请参考以下文章

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

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

安卓控件获取器uiautomatorviewer初体验:"unable to connect to the adb. check if adb is installed correctly&

unable to connect to 127.0.0.1:62001: cannot connect to 127.0.0.1:62001: 由于目标计算机积极拒绝,无法连接。 (10061)

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

intellij idea运行Android程序时报错;Unable to locate adb within SDK