Mac下直接用 brew 安装 adb
安装
> brew cask install android-platform-tools
安装好后,手机连接Mac,开启开发者选项-USB调试,在终端输入
> adb devices
后回车
当有list... 读取到手机后,就可以进行最后一步,在终端输入
> adb -d shell sh /data/data/me.piebridge.brevent/brevent.sh
完成搞定!
“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” – Tom Cargill
标 题:Mac给Android手机开启黑域