I have created a new, bare bones, Xamarin Cross Platform application and I get the following error when running the Android project in a VS emulator using Marshmallow (6.0 API 23):
Waiting for runtime checks to complete
The emulator boots up successfully and the project builds without warnings or errors. I've left it in this state overnight, but it fails to get past this point.
Any direction/suggestions would be appreciated.
EDIT 1: Using the Android SDK image works, so the issue seems to be with the Hyper-V VM.
I managed to fix this error by doing following the below steps:
>>
arrows in the tool-bar to the right.adb connect [IP_FROM_STEP_#4]
.You should only need to do this each time the emulator is started. It didn't solve the issue of VS not connecting automatically, but I find it easy enough to do in order to carry on.
As a side note, if the applications runs and immediately quits, then do the following:
After looking at the link provided by @masound I found that the registry key was missing. So, I did the following:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node
.Path
and value C:\Program Files (x86)\Android\android-sdk
.