Unable to debug using VSCode for flutter. I\'m using windows and I\'m trying to use a android emulator.
I have attempted to reinstall flutter, android SDK and VSCod
The problem for me was that Intel HAXM wasn't installed. When I opened AVD Manager through Android Studio and tried to launch the emulator from there (instead of trying through VS Code), it told me that HAXM was required and prompted me to install it. After Android Studio installed HAXM successfully, I could run the emulator from VS Code without any issues.