Hello!
i am getting this error while debugging App
Error 133 Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'crypto, Version=1.7.0.0, Culture=neutral, PublicKeyToken=52d7d8cd84e8295f'. Perhaps it doesn't exist in the Mono for Android profile?
File name: 'crypto.dll'
at Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(AssemblyNameReference reference, ReaderParameters parameters)
at Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(ICollection`1 assemblies, AssemblyDefinition assembly, Boolean topLevel)
at Xamarin.Android.Tasks.ResolveAssemblies.Execute()
Answers
Same problem here, have you found a workaround to this?
It appears that this error started showing up after updating nugget packages for my solution, more specifically all the C# bindings for
Xamarin.Android.Support
.