skip to Main Content

I am using Flutter in VS code and it is not showing me any device to run my flutter on.

No device

In my cmd it is showing me devices to run it on like windows but in vs code it’s showing nothing.
Kindly explain me the steps of procedures to follow to run my flutter code on windows or chrome.

2

Answers


  1. When you press F5. It should sgow the list of devices.
    You said that in cmd it show devices.
    If it don’t work make sure that you have created a device.
    If not you can create one from android studion in device manager.
    Or i think there is a plugin in vs for a virtual device.

    Login or Signup to reply.
  2. You can install android studio and then can use the AVD emulator. You can follow documentation to install Android Studio and set up device.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search