0

Error I am getting:

When I am trying to build the app (Which is by default app by Flutter), I am facing this problem please someone help me out.

flutter doctor -v:

I also checked the problems but didn't get anything.

I was trying to build the app.

My Car
  • 4,198
  • 5
  • 17
  • 50

1 Answers1

0

If you are using windows, it is selected windows build by default on VS Code. You can select device on top section for android studio and bottom corner for vs-code.

enter image description here

and then run the app again.

Also you can use command on terminal like

flutter run -d c

this will run on chrome(I am using c to select chrome).

If you like to build on Windows, you need to install Desktop development with C++. Check How to build release version of windows app?

Md. Yeasin Sheikh
  • 54,221
  • 7
  • 29
  • 56