How do I add iPhone to Android Studio?

13,309

You will need to install Xcode from Apple, which will only run on macOS. There you have a simulator for iOS.

Share:
13,309
Clone
Author by

Clone

Updated on June 04, 2022

Comments

  • Clone
    Clone almost 2 years

    How do I add iPhone to Android Studio? AVD manager has only Android and no iOS. Do I have to install Xcode for that? Picture below is from flutters guide:

    enter image description here

    https://flutter.io/using-ide/

    • Günter Zöchbauer
      Günter Zöchbauer almost 6 years
      Yes, you have to install Xcode, it comes with an iOS simulator.
    • Clone
      Clone almost 6 years
      @GünterZöchbauer, and I need a Mac for that, right?
    • Günter Zöchbauer
      Günter Zöchbauer almost 6 years
      Yes, no way around that.
    • Clone
      Clone almost 6 years
      Thank you for your replies!
    • Bostrot
      Bostrot almost 6 years
      You need macos and not a physical one. There are several providers who offer cloud hosted macs who are good for compiling and uploading to the app store.
    • Gary O' Donoghue
      Gary O' Donoghue almost 6 years
      some more details in the answer here: stackoverflow.com/questions/49001690/…