4

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?

5

3 Answers 3

12

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.

enter image description here

Sign up to request clarification or add additional context in comments.

3 Comments

can we use ios simulator on windows or linux platform for flutter in android studio?
@MMK no. You can't use iOS simulator on windows or linux platform. If you want to use this, you can look at the online simulator services. I didn't try it before but it's the only way.
did you download the simulator? if yes then how? or did it come when you install flutter and dart plugin in android studio. @Anilcan
2
  • enter image description hereOpen your terminal and type only "open -a Simulator" that it.

Comments

1

The iOS simulator is part of XCode and only runs on Apple OSX

See also https://developer.apple.com/library/content/documentation/IDEs/Conceptual/simulator_help_topics/Chapter/Chapter.html

2 Comments

I am working on Apple OSX I have running IOS simulator so is it possible to show that emulator into my listing of emulators I am not able to see like this flutter.io/images/intellij/main-toolbar.png
What do you get when you run flutter devices? Is the iOS simulator listed?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.