[tag][!] Android Studio (not installed) , when run flutter doctor while Android Studio installed on machine

前端 未结 8 1057
Happy的楠姐
Happy的楠姐 2021-01-02 05:22

When I run flutter doctor command on mac its showing below, while I already install Android Studio, and I can run ios build from Android Studio.

[!] Android

相关标签:
8条回答
  • 2021-01-02 05:52

    A solution that worked for me was (after double clicking the downloaded file IDE) move the Android Studio program into the applications folder.

    I ran Flutter Doctor and followed all prompts. worked for me.

    This works on MacOS only

    0 讨论(0)
  • 2021-01-02 05:55

    I think that I had the same issue, below are steps that helped me so I would recommend to try them.
    1. Android Studio is installed and you can run it, so when it boots up, select configure:

    1. In dropdown list open "plugins"
    2. Search for "flutter" and install this plugin together with dart.
    3. Restart the Android Studio and open a new terminal.
    4. You should be able to create a flutter project in Android Studio and "flutter doctor" should work now.

    Another possible solution:
    Specify path, where android studio is installed, with the following command:
    flutter config --android-studio-dir=

    0 讨论(0)
提交回复
热议问题