您的位置:首页 > 其它

mac 配置adb到命令行中

2014-10-03 15:32 141 查看
1. 获取adb的路径

/Users/jennychuang/Downloads/adt-bundle-mac-x86_64-20131030/sdk/platform-tools

2. touch .bash_profile
   open -e .bash_profile
增加
export PATH="${PATH}:/Users/jennychuang/Downloads/adt-bundle-mac-x86_64-20131030/sdk/platform-tools”

cmd+s保存

执行source  .bash_profile

3. 执行adb version验证。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: