adb command not found

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

    On my Mac (OS X 10.8.5) I have adb here:

    ~/Library/android-sdk-mac_86/platform-tools
    

    So, edit the $PATH in your .bash_profile and source it.

提交回复
热议问题