美文网首页
Mac系统安装adb

Mac系统安装adb

作者: 测试探索 | 来源:发表于2022-03-29 22:12 被阅读0次
一、安装homebrew命令,使用国内镜像
/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"

安装成功后如下提示,注意要配置环境变量


二、安装adb
brew install android-platform-tools
brew  install --cask android-platform-tools
image.png

使用命令,查看是否安装成功

adb devices
image.png

相关文章

网友评论

      本文标题:Mac系统安装adb

      本文链接:https://www.haomeiwen.com/subject/mrnvjrtx.html