If I start an emulator without Play Store, my flutter project can be started on it however if it has Play Store then it does not find it. Even if I try to run the project with the flutter run command, it does not show the emulator although it is running.
Asked
Active
Viewed 139 times
0
-
what is the output of the `flutter devices` command ? – BLKKKBVSIK Apr 24 '21 at 15:24
-
Edge/chrome + `Device emulator-5554 is not authorized (You might need to check your device for an authorization dialog.`) – stacktrace2234 Apr 24 '21 at 15:30
-
You may find a solution on there: https://stackoverflow.com/questions/54531829/device-emulator-5554-is-not-authorized-android – BLKKKBVSIK Apr 24 '21 at 15:36