1,在用户的文件夹根目录上打开终端
2,执行
touch .bash_profile
open -e .bash_profile
这样会弹出一个“.bash_profile”文件.在这个文件中输入
export PATH=${PATH}:~Library/Android/sdk/platform-tools}
保存退出
3,关闭重新打开终端
在Mac上配置Android studio的adb
最新推荐文章于 2025-05-21 22:50:46 发布