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

前端 未结 8 1113
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:45

    Run

    flutter config --android-studio-dir=  
    

    This will solve both issues of android licenses and studio not installed

提交回复
热议问题