adb command not found

后端 未结 20 2423
刺人心
刺人心 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:17

    Make sure adb is in your user's $PATH variable.

    or

    You can try to locate it with whereis and run it with ./adb

提交回复
热议问题