Atin Agarwal
Atin Agarwal

Reputation: 11

Can we run Windows, iOS and Android projects in Xamarin at the same time rather than individually?

We can set any project as a strartup project and debug in Visual Studio-Xamarin. I want to know if there is a way by which we can run the Android, Windows and iOS projects simultaneously on their emulators.

Upvotes: 0

Views: 589

Answers (1)

hvaughan3
hvaughan3

Reputation: 11105

In addition to the comment by @SushiHangover I also suggest you check out the Channel 9 Xamarin Show clip here right around the 7:52 mark where James shows how to run multiple Visual Studio iOS simulators at the same time. Note that it does require Visual Studio 2015.

This does not necessarily allow you to debug multiple simulators at the same time though.

Upvotes: 0

Related Questions