首页 > 数据库技术 > 详细

Macbook配置adb环境

时间:2016-02-21 12:49:23      阅读:245      评论:0      收藏:0      [点我收藏+]

配置adb命令

http://stackoverflow.com/questions/5526470/trying-to-add-adb-to-path-variable-osx

http://stackoverflow.com/questions/19986214/setting-android-home-enviromental-variable-on-mac-os-x

in your terminal, navigate to home directory

cd

create file .bash_profile

touch .bash_profile

open file with TextEdit

open -e .bash_profile

insert line into TextEdit

export PATH=$PATH:/Users/username/Library/Android/sdk/platform-tools/

save file and reload file

source ~/.bash_profile

check if adb was set into path

adb version

Macbook配置adb环境

原文:http://www.cnblogs.com/krislight1105/p/5204683.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!