mac 安装 adb

安装命令

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

posted @ 2017-11-17 21:21  halu126  阅读(247)  评论(0编辑  收藏  举报