App 自动化测试|adb 版本过低的报错提示
adb 版本过低的报错
An unknown server-side error occurred while processing the command. Original error: An unknown server-side error occurred while processing the command. Original error: unknown error: Failed to forward ports to device 127.0.0.1:62001. No port chosen: . Perhaps your adb version is out of date. ChromeDriver 2.39 and newer require adb version 1.0.38 or newer. Run ‘adb version’ in your terminal of the host device to find your version of adb.
1、首先去 DOS 窗口中查看 adb 版本号
命令:adb version;
2、adb 是没有自动升级的命令的,如果想要更新 adb 的版本,我们可以在网上找到自己想要的版本进行更新;
下载网盘中想要的 ADB 版本:
链接:https://pan.baidu.com/s/1MpBUp2wVdkH2RTMa5wOL8g提取码:1w0t
3、假如你下载的是 1.0.40 的 adb 压缩包,把它解压后可以找到下面几个文件,并复制
4、找到 adb 安装的文件夹下的 platform-tools 文件夹,我这里是安装到了 E 盘
5、把刚才复制过的文件复制到\platform-tools 文件夹里,替换里面对应的文件就行了
6、再次打开 DOS 窗口,输入命令:adb version 查看 adb 版本号
搜索微信公众号: 霍格沃兹测试学院,学习更多测试开发前沿技术
评论