run Flutter doctor
to make sure you install everything.
run Flutter devices
to see whether it is detected by flutter or not.
if you can find the your emulator there run flutter run -d <YOUR_EMULATOR_ID>
if you unable to find your emulator there may be you have to accept the android licenses . run flutter doctor --android-licenses
to accept.
run flutter emulators
to see list of emulators you have.
run flutter emulators --launch <emulator id>
to launch
run Flutter devices
to check whether emulator is detected by flutter or not.
run flutter run -d <YOUR_DEVICE_ID>