Windows option not enabled when creating new Flutter Project for Windows Development [duplicate] - flutter

This question already has answers here:
Build option for windows is not showing in android studio
(2 answers)
Closed 11 months ago.
I am trying to create a new Flutter Project for Windows Development but I am unable to check the Windows check box in the Platforms section of Android Studio. I am using the Latest Flutter SDK (Stable) and Visual Studio (2022 Community) is also installed.
Please help me find what is missing.
Issue:
Flutter Doctor:

You can run below command to enable windows.
flutter config --enable-windows-desktop

Related

I can't install Androidstudio on m1 mac [duplicate]

This question already has answers here:
Cannot install Android Emulator via Android Studio on a MacBook Pro M1
(7 answers)
Closed 6 months ago.
enter image description here
I want to install the Android studio, but in that state shown in the picture, it can't be installed anymore and it's stopped.
Download it manually as a zip from Google's repository and then install it hope that will work for you
If that happens is your hardware incompatible. First see the hardware requirements.
This issue is actively being tracked at Google's issue tracker.
In the meantime, you can follow the instructions to download an older version of the emulator.

Flutter-desktop windows plugin debug native c++ code

I would like to create a Flutter desktop windows plugin.I want to debug the native c++ code . Is there any documentation or any article.Debugging native c++ code in Flutter Desktop app / plugin.Already asked here but any solution mentioned or answer.i could debug dart code only using android studio .Any solution accepted.
What i did?
This command i used to create windows plugin
flutter create --org com.example --template=plugin --platforms=windows hellp
Here i use android studio ide to manage my dart code .my flutter version 2.10.i already installed visualstudio 2022 with windows desktop developement kit already mention in flutter document.
This is the command used to create sample plugin
flutter create --org com.example --template=plugin --platforms=windows hellp
Same step used for Visual-studio-code
Windows(project root folder) ==> Copy Path ==> your project path
Copy path
File =>Open=>Folder
4. Select your flutter project windows folder
5. Debug your application in android studio
(Visual studio) Debug=>Attach process
7. (Visual studio) Debug=>Attach process
8. Debug your application again in android studio
9. now you can see it will hit on the visualstudio breakpoint
First Gif
Second Gif

unable to create flutter project in android studio windows 10?

unable to create flutter project in android studio
I have gone through various question that has been posted in stack overflow but none of them solved the problem.
how to get rid of from this?
Run the flutter create project_name command

Android Studio, Flutter: Emulator not found in View -> Tool windows [duplicate]

This question already has answers here:
Emulator tool window missing from android studio
(2 answers)
Closed 1 year ago.
The Emulator window within the android studio, and Device file Explorer are not available in Android studio. What could be the reason? I have enabled it in the settings.
I found two ways to solve this problem temporarily until the bug is fixed by experts:
Create new project in other IDE's and return back to android studio after a successful run.
This method is preferred:
Create flutter project through terminal. To create to new flutter project
through terminal, run the following command in Android Studio terminal :
cd C:\Users\asus\AndroidStudioProjects
flutter create project_name
cd project_name
flutter run
Then open this project from File->Open.
After these steps I was able to see Emulator in the SideBar

Android Automotive. "No system images available " for Android Studio 4.0 [duplicate]

This question already has an answer here:
Android Automotive Arm_86 is not listed in Virtual Devices
(1 answer)
Closed 2 years ago.
I'm usig Android Studio 4.0. When I want to create AVD for Automotive, I don't see any available system images. I was trying to change update channel , but it doesn't lead to success.
I had the same problem recently. Changing update channel alone didn't help me either. However System Image became available after installing and running Android Studio 4.2 Preview