In Visual Studio 2013 Professional I am compiling and running my Xamarin.Android app. It is successfully building and running the Android emulator (Nexus 4 Kitkat).
But the app never launches, we just remain on the Android home screen. And I cannot do anything in VS until I close the Android VM - VS is in Debug mode and there isn't a stop button weirdly. The VS output hangs on Starting emulator: Nexus 4 Kitkat
. During this period I can use the Kitkat VM and launch other apps so its not frozen.
Why is this happening and how can I fix this?
Some important information:
- The Nexus 4 Kitkat VM was created through Xamarin Android Player.
- If I run any other Android VM I have then VS successfully launches the VM and launches the app. From what I remember, I didn't create these VM's through Xamarin Android Player - so maybe thats why they succeed?