Trying to add adb to PATH variable OSX

前端 未结 14 1393
遇见更好的自我
遇见更好的自我 2020-11-28 18:04

I am trying to develop for android and I want to add the adb to my PATH so that I can launch it really easily. I have added directories before by f

14条回答
  •  伪装坚强ぢ
    2020-11-28 18:21

    It appears that you're still trying to execute adb with ./adb. That asks the shell to run the program named adb in the current working directory.

    Try just adb without ./.

提交回复
热议问题