Mac 安装 adb 解决Error: Unknown command: cask 问题zsh: command not found: adb”

新公司使用的mac 很不习惯。

需要安装adb,使用最方便的安装方法安装

1、通过 Homebrew 安装 adb

Homebrew 国内自动安装脚本

user/bin/zsh -c “$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)”

2、安装adb

brew cask install android-platform-tools

3、运行adb

adb devices

可能遇到的问题

1、mac版 命令行执行adb命令报错“zsh: command not found: adb”
链接:https://www.jianshu.com/p/42b7ff51d7c4

2、执行第二条 提示:Error: Unknown command: cask

​ 解决方法homebrew 从 2.5.11 后,cask 就取消了。不加cask 重新执行

​ brew install android-platform-tools

你可能感兴趣的:(adb,adb,ma,mac)