I'll start off by saying I'm doing this on a school computer (high school), I have full permission to do this and my teacher enters her admin credentials when needed but I can't figure out why it's throwing this error. I followed Microsoft's guide on installing the android emulator for Xamarin in Visual Studio and should have all the prerequisites installed correctly but when I attempt to create a device in android device manager it gets stuck on creating, and when I close it and visit the log I get this at the error:
[20-03-10 19:17:23.90] [SaveInner] CreateAvdAsync failure: System.InvalidOperationException: Cannot change ObservableCollection during a CollectionChanged event.
at System.Collections.ObjectModel.ObservableCollection`1.CheckReentrancy()
at System.Collections.ObjectModel.ObservableCollection`1.InsertItem(Int32 index, T item)
at Xamarin.DeviceManager.Common.ViewModels.MainWindowViewModel.<>c__DisplayClass9_0.<AvdManager_AvdAdded>b__0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
Any ideas as to how to fix this? I'm unsure what I should do but am very eager to get this completely installed.
Edit: Came back to the same class 2 days later and it fixed itself. Not sure what was wrong.