0

I want to run Flutter but the emulation I installed is not available in vs code. When I run the emulator, the emulator comes up, but the program does not run in it, only the programs run in Android Studio run in it.

image description here

Md. Yeasin Sheikh
  • 54,221
  • 7
  • 29
  • 56

1 Answers1

0

I suggest you delete your emulator from avd folder and then create one again. Also, try to run the project after running the emulator in android studio. Completely delete the folder of the installed emulator.

The emulator's folder is generally: USER/USERNAME/.android/avd

  • I did this, but I encountered this error: ERROR | Running multiple emulators with the same AVD ERROR | is an experimental feature. ERROR | Please use -read-only flag to enable this feature. INFO | Android emulator version 31.2.10.0 (build_id 8420304) (CL:N/A) – Hossein Saeedi Jul 28 '22 at 15:51
  • delete all emulator folders in avd folder then restart computer and recreate emulator in android studio. – Serdar Bilgili Jul 29 '22 at 19:22