Use adb on Mac OS

Create file .bash_profile in your Home Directory

touch .bash_profile

Edit the file as follow

vim .bash_profile
export PATH=${PATH}:${HOME}/Library/Android/sdk/tools:/Users/BrillZhang/Library/Android/sdk/platform-tools

${HOME} is your Home Directory

Finally

source .bash_profile

and then you can use command adb

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Failed to fetch URL https://dl-ssl.goo
  2. Android(安卓)Service
  3. SeekBar自定义
  4. Android(安卓)根据Video绝对路径获取其缩
  5. INSTALL_FAILED_CONFLICTING_PROVIDER 安
  6. android settings命令
  7. Android.技术站点
  8. eclipse报错:This Android(安卓)SDK requi
  9. 【android】如何查看Android设备的CPU架
  10. [置顶] 我的Android进阶之旅------>Andro