Just use SDK manager and avdmanager from the android SDK tools. If you restart VSCode and load your Flutter project.
Read moreHow install emulator for Flutter VS code?
How to SetUp Emulator For VSCode?
Read moreHow do I run the Flutter app on my phone?
How to Run/Test Flutter App on a Real Device?
Read moreHow do I run an emulator in VSCode?
To run Android emulators you need to have Android studio and already created the Android Virtual Devices. Add the Android Studio emulator script to your settings in Visual Studio Code : You can either set the default path or specify a specific path for each operating system. The default path will always be the fallback.
Read moreCan Android run Flutter?
To prepare to run and test your Flutter app on an Android device, you’ll need an Android device running Android 4.1 (API level 16) or higher .
Read moreIs Android emulator necessary for Flutter?
It is not neccessary, but advised to install Android Studio for Flutter. It makes it very easy to install and configure all the settings etc. What you definitely need is the Android SDK and JDK. You can definitely install and run flutter without Android Studio (you can also use Visual Studio).
Read more