Reputation: 1997
I am a newbie for the flutter Using AndroidStudio as IDE. I successfully create the Flutter Application and able to run it on Android emulator.
Can I create IOS simulator to test the Application using Android studio? If Yes Please suggest how it is possible?
Upvotes: 4
Views: 29154
Reputation: 765
Upvotes: 2
Reputation: 149
Yes, I'm using Android Studio with IOS Simulator. Open the simulator in your mac and you can show device in Android Studio.
You can open simulator only with this command
open -a Simulator
And you will show the iPhone device in Android Studio when the simulator opened.
Upvotes: 12
Reputation: 657937
The iOS simulator is part of XCode and only runs on Apple OSX
Upvotes: 1