Skip to content

Instantly share code, notes, and snippets.

@AkhileshKumar01
Created October 7, 2013 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkhileshKumar01/88ae565920e447695d31 to your computer and use it in GitHub Desktop.
Save AkhileshKumar01/88ae565920e447695d31 to your computer and use it in GitHub Desktop.
Error 1 The "CheckProjectItems" task failed unexpectedly.
System.NotSupportedException: WaitAll for multiple handles on a STA thread is not supported.
at System.Threading.WaitHandle.WaitMultiple(WaitHandle[] waitHandles, Int32 millisecondsTimeout, Boolean exitContext, Boolean WaitAll)
at System.Threading.WaitHandle.WaitAll(WaitHandle[] waitHandles, Int32 millisecondsTimeout, Boolean exitContext)
at Xamarin.Android.Tasks.MandroidDaemon.SendCommand(Task task, String[] commands, Action`1 response)
at Xamarin.Android.Tasks.MandroidDaemon.GetEdition(Task task)
at Xamarin.Android.Tasks.CheckProjectItems.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext() AndroidApplication36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment