adb for mac

Posted Christian.Cao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了adb for mac相关的知识,希望对你有一定的参考价值。

1、Install homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2、Install adb

brew cask install android-platform-tools

3、Start using adb

adb devices

 

以上是关于adb for mac的主要内容,如果未能解决你的问题,请参考以下文章

如何在Mac中使用Android SDK,使用adb工具避免出现

mac java执行adb devices命令

mac安装adb工具

mac环境下配置adb环境以及解决-bash: adb: command not found

MAC下安装adb

解决mac中adb: command not found