adb command not found

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

    This is the easiest way and will provide automatic updates.

    1. install homebrew

      ruby -e "$(curl -fsSL 
      https://raw.githubusercontent.com/Homebrew/install/master/install)"
      
    2. Install adb

      brew cask install android-platform-tools
      
    3. Start using adb

      adb devices
      

提交回复
热议问题