I am developing a sample Xamarin application and I had a build error for my Android profile, the following error.
Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile? File name: 'Windows.dll' at Xamarin.Android.Tuner.DirectoryAssemblyResolver.Resolve(AssemblyNameReference reference, ReaderParameters parameters) at Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(List`1 assemblies, AssemblyDefinition assembly, Boolean topLevel) Xamarin.Android.Tasks.ResolveAssemblies.Execute()
I could not understand what the specific problem is: does the window assembly not exist in the mono profile for Android? Please help me.
source share