adb command not found

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

    you have to move the adb command to /bin/ folder

    in my case:

    sudo su
    mv /root/Android/Sdk/platform-tools/adb /bin/
    

提交回复
热议问题