Click here to load the screenshot of Android studio
I am new to Flutter, I am not able to run the Output in Android Studio as it shows no devices connected...yet I have the emulator of Pixel 3a installed as also shown in the above screenshot, it also says that my emulator not applicable for main. dart configuration
Here is the output in CMD
flutter run:
No connected devices.
the output of flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.9.1+hotfix.2, on Microsoft Windows [Version
10.0.17134.950], locale en-IN)
[√] Android toolchain - develop for Android devices (Android SDK version
29.0.0)
[√] Android Studio (version 3.5)
[!] VS Code (version 1.37.1)
X Flutter extension not installed; install from
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[!] Connected device
! No devices available
! Doctor found issues in 2 categories.
Is there any solution to get a device connected as my Emulator and run the output? How do I run my Output in any other way?? Preferably by the Virtual Emulator!