adb command not found

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

    In my case this is the solving of this problem

    1. Make sure you have installed the android SDK. Usually the location of SDK is located to this location

      /Users/your-user/Library/Android/sdk

    2. After that cd to that directory.

    3. Once you are in that directory type this command ./platform-tools/adb install your-location-of apk

提交回复
热议问题