Fork me on GitHub

Mac配置adb

1
2
3
4
1. 下载 platform-tools.zip 并解压,注意路径中不能有中文
2. 在 ~/.bash_profile 中环境变量
$ export PATH=$PATH:youpath/platform-tools/
3. 执行 source ~/.bash_profile
-------------感谢您的阅读 有问题请留言(或mailto:frostbelt@sina.cn)-------------