I'm building a Xamarin.Android
application, but I'm having troubles every time I add any Xamarin.GooglePlayServices.*
NuGet packages. First time my .csproj
was corrupted, and I had to start the project all over and include all files in a new project. I avoided those libs, but now I need them. This time, I get this error
java.lang.illegalargumentexception: already added lokhttp3/address
I've searched for days, but have not been able to find an answer. Anyone who knows how to resolve the java.lang.illegalargumentexception: already added
error in Xamarin.Android
?
EDIT:
I've found that I can reproduce this error by create a blank Xamarin.Android project and import package XBindings.MapboxLocationLayer.Droid as the only package.