I am trying to start the Android Emulator in Android studio for Flutter project.
But I get the following message -
emulator: ERROR: Running multiple emulators with the same AVD is an experimental >feature. Please use -read-only flag to enable this feature.
I tried the same through Visual Studio Code but faced same problem.
-read-onlyflag? Sounds like your options are that, and running just one emulator at once. - C. Peck