Tôi đang phát triển một ứng dụng Xamarin mẫu và tôi gặp lỗi xây dựng cho cấu hình Android, sau đây là lỗi.Việc lắp ráp Windows không tồn tại trong mono cho cấu hình Android?
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()
Tôi không thể hiểu vấn đề chính xác là lắp ráp cửa sổ không tồn tại trong mono cho cấu hình Android? Làm ơn giúp tôi.