折腾开发 Mac 下安装 adb mac 中好用的包管理工具: brew Step 1: 安装包管理工具 1 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Step 2: 使用包管理工具 安装 android-platform-tools 1 brew install --cask android-platform-tools Step 3: 使用 adb 命令 1 adb devices