美文网首页
mac adb环境变量配置

mac adb环境变量配置

作者: snail小菜 | 来源:发表于2017-08-11 12:07 被阅读38次

    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的话就基本上完事儿了。

    相关文章

      网友评论

          本文标题:mac adb环境变量配置

          本文链接:https://www.haomeiwen.com/subject/kjplrxtx.html