安装命令

brew cask install android-platform-tools

测试安装情况

adb devices

设备打开开发者模式

查看log并过滤出设备id

adb logcat | grep deviceId

 

参考:https://stackoverflow.com/questions/31374085/installing-adb-on-mac-os-x

相关文章: