Home > Mobile >  I am trying to install flutter and work in VS Code editor
I am trying to install flutter and work in VS Code editor

Time:08-08

iam I am trying to install flutter and work in vs codeVS Code editor

So firstFirst I downloaddownloaded the latest version of flutter ..ans install vs codeand installed VS Code, then I addadded the extensionextensions flutter and dart ..then Then I connect my device in usb and put it in developer mode .. And then I wrote in terminal 'flutter doctor " to validation if I make true .. so the device is appear in the bottom of screen of vsc but when I press f5 or wrote in terminal ' flutter run ' don't run .. and the problem is in image and I don't know how to solve it .. sorry

Sorry for my English language itsit's not perfect .. [I try a lot of things and failed] sorry I try a lot of things and failed

Sorry for a lot of talking thanks

Thanks.

CodePudding user response:

You need to install vs2019 to use desktop version and chrome, its obviously clear

Follow this link and install vs2019 ,then install desktop development with c

For cmdline-tool error follow this answer You need to install sdk then run flutter doctor --android-lienses to accept sdks

I think its better to see answer of this question, just research on internet to solve this.

  • Related