
With that in place, we can go back to Visual Studio Code and change our device to be the Android emulator. If you're unsure about these steps, check out the Android article on setting up emulators. Make sure you download and install Android Studio and follow the installation steps.Īlso, make sure you have an emulator setup. Running a Flutter app on an Android emulator įor android, we need to make sure we have our development studio setup as well. We can quickly restart our app with the latest changes. We have our app running on an iOS emulator. This will now load your app on the emulator!Īnd there we go. This will open up the specific emulator for the device you choose.įrom there, click the Run and Debug menu on the left, and click the Run icon.

Two great plugins actually help with Flutter development these are:įrom here, select a device at the bottom of the screen. For this, you need to have downloaded Xcode from the App Store and opened it at least once.įrom there, the easiest way to go about this is to open your Flutter project in Visual Studio Code. Running a Flutter app on an iOS emulator īefore we get started, make sure you have Xcode installed on your Mac and can open an emulator in general. This command will run our Flutter app, and it actually can run on multiple devices.
Ios emulator android studio mac how to#
In today's article, I'll show you how to launch the emulators from within Visual Studio Code.Īs you may have seen in my previous Flutter introduction article, we can run a basic app by executing flutter run.

Luckily we can leverage emulators for this 📱.

When developing hybrids apps, there comes a time where you want to check out your app on certain devices.
