记录下以前的操作
1 打开终端
2 在个人目录下 touch .bash_profile
3 open -e .bash_profile
4 在打开的.bash_profile文件中进行编辑
export ANDROID_HOME=~/Library/Android/sdk;
export PATH=${PATH}:~/Library/Android/sdk/platform-tools
5 source .bash_profile
记录下以前的操作
1 打开终端
2 在个人目录下 touch .bash_profile
3 open -e .bash_profile
4 在打开的.bash_profile文件中进行编辑
export ANDROID_HOME=~/Library/Android/sdk;
export PATH=${PATH}:~/Library/Android/sdk/platform-tools
5 source .bash_profile