How to open iOS Simulator in Android Studio for Flutter application

前端 未结 9 1665
臣服心动
臣服心动 2021-01-12 01:37

Today I have started learning Flutter. I am using Android Studio in Mac. I have already

  • Configured the Flutter and Dart plugins in Android studio.
  • Inst
9条回答
  •  心在旅途
    2021-01-12 02:26

    To install the simulator you have to install Xcode, simulator is not distributed as a standalone app. Once you have installed it follow this guide.

    I was thinking that installing Flutter and Dart plugins will link IOS simulator in Android Studio as well.

    Yes once installed you can start the iOS simulator from Android Studio and run your flutter app from it but the simulator is only linked, you have to install it yourself.

提交回复
热议问题