1,打开终端
touch .bash_profile
open -e .bash_profile
2,打开的页面输入(具体路径根据自己设置 路径中空格前加/转义)
export PATH=${PATH}:~/Library/Android/sdk/platform-tools
3,终端输入下面命令进行更新
source ~/.bash_profile
1,打开终端
touch .bash_profile
open -e .bash_profile
2,打开的页面输入(具体路径根据自己设置 路径中空格前加/转义)
export PATH=${PATH}:~/Library/Android/sdk/platform-tools
3,终端输入下面命令进行更新
source ~/.bash_profile