In my last post we talked about the Why and How of building emulators, in this post I want to share with you the How.
Since the Xcode IDE can only simulate one device at once, it’s not optimal to run your app in the iOS simulator or emulator for long periods of time while testing it. And when you’re developing for Apple, you’ll want to run it on a device instead of the iOS Simulator.
When you’re developing for Android, you’ll want the most realistic environment possible.
Building and developing emulators is a continuous job.