1.打开terminal终端。
2.进入当前用户的home目录。
3.创建.bash_profile文件,输入命令:touch .bash_profile
4.打开.bash_profile文件,命令行输入open -e .bash_profile此命令行输入完毕后,会自动弹出 .bash_profile 文件的编辑窗口
5.编辑.bash_profile文件,内容如下:
6.保存并关闭.bash_profile文件。
7.更新配置的环境变量:
输入并执行命令source .bash_profile
8.输入adb验证环境变量是否配置成功,如果没有出现command not found的话就基本上完事儿了。
网友评论