I wanted to do the simple Tutorial available on the Xamarin Developer
website but I faced an issue when I wanted to start a Virtual Device, indeed when I try to execute my project on any version of Nexus 4, 5 or 10, it starts and stops immediately the Device.
According to the log file the errors are following:
WindowServer[269]:
disable_update_timeout: UI updates were forcibly disabled by application "Xamarin Android Player" for over 1.00 seconds. Server has re-enabled them.
Xamarin Android Player[2760]:
warning: exception inside UnhandledException handler: The requested feature is not implemented.
I found this forum thread in which they say that it works if they downgrade the version of Xamarin Android Player
from 0.6.5
to 0.6.2
but it didn't work for me.
My configuration is the following:
- OSX El Capitain
- Xamarin Studio Community version 5.10.3
- Xamarin Android Player 0.6.5 (1)
- Virtual Box 5.0.18
For your information just in case it could help somehow:
- I can start manually the factories from Virtual Box
- I get the same behavior (start and immediate stop) that I have with the
Xamarin Studio
if I launch a Virtual Device directly fromXamarin Android Player