Macos 安装 adb
作者:互联网
1.安装homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- 安装adb
brew cask install android-platform-tools
3.检查启动adb
adb devices
adb shell
标签:Macos,githubusercontent,devices,raw,adb,install,安装 来源: https://www.cnblogs.com/micr067/p/15387147.html