Issue
I'm new to flutter. Previously, I've used flutter emulators --launch Nexus_5X_API_27
to run my code and it worked, however now when I'm writing the command again the emulator doesn't launch the flutter app as it is not even in the apps list. I tried creating a new project, using another emulator, and wiping the emulator data but none worked. When I use flutter run
the project is run on Edge browser but I need to use the emulator.
Solution
The problem has been solved after running
$ flutter emulators --launch emulatorID
$ flutter run
Answered By - Rd_x
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.