I am trying to run my first flutter app emulator, which is having complications at various level, I have tried too much but could not make through it, here is what I have tried.
On trying to click on Create Android Emulator in Visual studio code, the dart extension shows following:-
I don't know why it is happening as on checking, it is present:-
I would like to point out here that I am not able to understand what I have to put in flutter --android-sdk {path}
.
Also on running flutter doctor
, it shows the absence of visual studio despite the fact that I have it in place(that is why I could take the first screenshot). One thing I would like to point out here is that my vscode is in C drive while my flutter-test
folder(which contains everything related to flutter) is in D drive:
Please help so that I can further follow along to create an android app. Also ask if any further information is needed.