Search code examples
androidfluttersdk

Can't load develop for windows option in android studio with flutter


I have downloaded the newest sdk of flutter, (2.10) and connected it to android studio. However, when creating a new flutter project android studio doesn't offer me the develop for windows option as a clickable option. What do?


Solution

  • Hi there you need to add the config to flutter using the following command(s) from your terminal.

    flutter config --enable-windows-desktop
    flutter config --enable-linux-desktop
    flutter config --enable-macos-desktop
    

    Once you have done this restart Android Studio.

    https://docs.flutter.dev/desktop