adb command not found

后端 未结 20 2416
刺人心
刺人心 2020-12-22 15:32

I need to run an adb forward command before I could use the ezkeyboard application which allows user to type on the phone using browser.

When

20条回答
  •  借酒劲吻你
    2020-12-22 16:11

    Mac users just open /Users/(USERNAME)/.bash_profile this file in a editor.
    and add this line to add path.

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

    this is the default path if you install adb via studio. and dont forget to change the username in this line.

提交回复
热议问题