如何在Mac上降级ADB版本。 1.0.40至1.0.39 [英] How to downgrade adb version on Mac. 1.0.40 to 1.0.39

查看:1467
本文介绍了如何在Mac上降级ADB版本。 1.0.40至1.0.39的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在MacBook上,必须为1.0.40,在1.0.39。谁能告诉我如何降级。谢谢!

At 1.0.40, need to be at 1.0.39 on my MacBook. Who can tell me how to downgrade. Thank you!

原因是我需要连接到服务器并发送托管自动化设备的adb命令。但是,服务器是@ 1.0.39,我没有(当前)方法将其升级到1.0.40 ...如果没有相同版本的服务器,我将无法做我需要做的事...

The reason for this is I need to connect to a server and send adb commands that is hosting my automation devices. However, the server is @ 1.0.39 and I have no (current) way to upgrade it to 1.0.40...Without having them on the same version, I cannot do what I need to do...

推荐答案

这是一种快捷方法:

wget https://dl.google.com/android/repository/platform-tools_r26.0.1-darwin.zip
unzip platform-tools_r26.0.1-darwin.zip >/dev/null
cd platform-tools
./adb --version|head -1
Android Debug Bridge version 1.0.39

您需要将其存放在路径上。

You'll need to stash this somewhere on your path.

这篇关于如何在Mac上降级ADB版本。 1.0.40至1.0.39的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆