Xamarin.android 无法使用Visual Studio 2019 Xamarin生成解决方案

Xamarin.android 无法使用Visual Studio 2019 Xamarin生成解决方案,xamarin.android,Xamarin.android,我是新来的Xamarin。我在构建解决方案时遇到了一个问题。 生成项目时显示以下错误 Error The "ResolveAssemblyReference" task failed unexpectedly. System.Security.SecurityException: Invalid assembly public key. (Exception from HRESULT: 0x8013141E) at System.Reflection.AssemblyName

我是新来的Xamarin。我在构建解决方案时遇到了一个问题。 生成项目时显示以下错误

Error The "ResolveAssemblyReference" task failed unexpectedly.
System.Security.SecurityException: Invalid assembly public key. (Exception from HRESULT: 0x8013141E)
at System.Reflection.AssemblyName.nToString()
at System.Reflection.AssemblyName.get_FullName()
at Microsoft.Build.Tasks.ReferenceTable.GetReferenceItems(ITaskItem[]& primaryFiles, ITaskItem[]& dependencyFiles, ITaskItem[]& relatedFiles, ITaskItem[]& satelliteFiles, ITaskItem[]& serializationAssemblyFiles, ITaskItem[]& scatterFiles, ITaskItem[]& copyLocalFiles)
at Microsoft.Build.Tasks.ResolveAssemblyReference.Execute(FileExists fileExists, DirectoryExists directoryExists, GetDirectories getDirectories, GetAssemblyName getAssemblyName, GetAssemblyMetadata getAssemblyMetadata, GetRegistrySubKeyNames getRegistrySubKeyNames, GetRegistrySubKeyDefaultValue getRegistrySubKeyDefaultValue, GetLastWriteTime getLastWriteTime, GetAssemblyRuntimeVersion getRuntimeVersion, OpenBaseKey openBaseKey, GetAssemblyPathInGac getAssemblyPathInGac, IsWinMDFile isWinMDFile, ReadMachineTypeFromPEHeader readMachineTypeFromPEHeader)
at Microsoft.Build.Tasks.ResolveAssemblyReference.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext()
The Zone of the assembly that failed was:
MyComputer TestProject.Android```

But in another project I am not getting this error and it builds successfully.

Requesting how to overcome this situation.

谢谢我已经解决了这个问题。我已在_signing _属性中取消选中签名程序集。