Android - Command not found

前端 未结 9 1906
情书的邮戳
情书的邮戳 2020-12-07 11:37

I am trying to run the command in ubuntu

android update project --path .

However I am getting a android:command not found

9条回答
  •  暖寄归人
    2020-12-07 12:03

    1. Uninstall cask android-platform-tools

      brew cask uninstall android-platform-tools
      
    2. Install it using Android Studio

提交回复
热议问题