Issue
I'm currently learning to make an application with flutter. I saw a tutorial video, when he trying to open the emulator, in the command palette he wrote Flutter: Launch Emulator.he's on MacOS. on Windows OS when I try to do the same, I can't find the command Flutter: Launch emulator.
does this command only exist on the MacOS platform? but in the video tutorial hes not only has an emulator for ios but also for android, a Pixel device.
Solution
There is a command to launch emulator for both MACOS and Windows.
It is
flutter emulators --launch Nexus_6P
(Nexus_6P is the type of emulator that already created on VSCode or Android studio)
In case you didn't create any. Use this command
flutter emulators --create Nexus_6P
Answered By - Nhan Trinh
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.