mac安装adb工具
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac安装adb工具相关的知识,希望对你有一定的参考价值。
参考技术A homebrew是macOS的一个包管理工具1、安装homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
提示错误:raw.githubusercontent.com 443
解决:将查到的服务器ip添加到/etc/hosts文件中即可
https://site.ip138.com/raw.githubusercontent.com/
如:
151.101.108.133 raw.githubusercontent.com
151.101.228.133 raw.githubusercontent.com
151.101.0.133 raw.githubusercontent.com
151.101.76.133 raw.githubusercontent.com
2、安装adb
brew install --cask docker android-platform-tools
3、运行adb
adb devices
以上是关于mac安装adb工具的主要内容,如果未能解决你的问题,请参考以下文章