时间:2021-07-01 10:21:17 帮助过:2人阅读
cd
touch .bash_profile
open -e .bash_profile
localhost:~ yiou.wang$ cd
localhost:~ yiou.wang$ touch .bash_profile
localhost:~ yiou.wang$ open -e .bash_profile
localhost:~ yiou.wang$
然后会打开一个文档,如果adb没有配置过,文档显示空白。
我们要在文档添加
export PATH=${PATH}:/Users/wangyiou/Documents/Android_Development_tools/android-sdk-macosx/platform-tools/
这是我的路径,请根据自己路径进行修改
保存并退出文档,退出终端即可。
检查一下,在终端输入adb
MAC下配置adb
标签: