My vscode was previously showing devices. But now it does not show any available devices. However in the terminal if i run flutter run then it show all the available devices thats means all the devices are connected. When i press run i.e. Start Debugging F5 in vscode then nothing happens. I have already installed flutter extension in vscode also.
Not any device name is shown in the bottom bar in vscode as shown in above picture.
CodePudding user response:
I just deleted my Flutter directory and installed again. It is working now.
CodePudding user response:
If you're on mac go on terminal and type
open -a simulator
Else if on windows open your android studio and start your andriod simulator

