Build option for windows is not showing in android studio

135

Solution 1

You need to try its working fine

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

Solution 2

Sometimes it needs to press the previous and Then the next button.

enter image description here

Share:
135
Deepak Lohmod
Author by

Deepak Lohmod

I love developing flutter apps. I am aiming to serve back to dev community via answering queries on StackOverflow and public projects on GitHub. Need any help? You can find me at:- https://www.linkedin.com/in/deepaklohmod/

Updated on January 03, 2023

Comments

  • Deepak Lohmod
    Deepak Lohmod over 1 year

    I am in the latest stable release for flutter desktop and have installed Visual Studio 2022 but still the option for "Windows" is not showing. Do i still need to run the below command in stable release?

    flutter config --enable-<windows>-desktop
    

    enter image description here