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验证。

相关文章:

  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2021-11-28
  • 2021-07-02
猜你喜欢
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
相关资源
相似解决方案