Skip to content

warning XA4214: The managed type xxxx exists in multiple assemblies #5978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
LeoJHarris opened this issue Jun 1, 2021 · 9 comments
Closed
Assignees
Labels
Area: Bindings Issues in Java Library Binding projects.

Comments

@LeoJHarris
Copy link

I have just bumped into this annoying issue that seems to have come out of now where. Previously up to a week ago this was working and now its not working and I have done nothing to change the binding library, the only thing that changed was VS did an update and now I am having a problem with retrofit2 as per below. I have a binding library that need this library and so I used the jars to create the bindings library I also had included the nuget Square.Retrofit2.ConverterMoshi which resolved a exception I was getting also... All of this was working until a week ago and now out of no where I cannot build my application...

The the error log below....

1>    Adding assembly reference for Xamarin.GooglePlayServices.CloudMessaging, recursively...
1>    Adding assembly reference for Xamarin.GooglePlayServices.Maps, recursively...
1>    Adding assembly reference for Xamarin.GooglePlayServices.Stats, recursively...
1>    Adding assembly reference for Xamarin.GooglePlayServices.Tasks, recursively...
1>    Adding assembly reference for Xamarin.JavaX.Inject, recursively...
1>    Adding assembly reference for Xamarin.Jetbrains.Annotations, recursively...
1>    Adding assembly reference for Xamarin.Kotlin.StdLib.Common, recursively...
1>    Adding assembly reference for Xamarin.Kotlin.StdLib, recursively...
1>    Adding assembly reference for YearClass, recursively...
1>_CreatePackageWorkspace:
1>  Creating directory "obj\Debug\110\android\assets\".
1>_CopyConfigFiles:
1>Skipping target "_CopyConfigFiles" because it has no inputs.
1>_ConvertPdbFiles:
1>Skipping target "_ConvertPdbFiles" because all output files are up-to-date with respect to the input files.
1>_AndroidXJetifyJavaLibraryRules:
1>  Removing directory "obj\Debug\110\androidx\jl\".
1>  WARNING: [Main] No references were rewritten. You don't need to run Jetifier.
1>  WARNING: [Main] No references were rewritten. You don't need to run Jetifier.
1>  WARNING: [Main] No references were rewritten. You don't need to run Jetifier.
1>  WARNING: [Main] No references were rewritten. You don't need to run Jetifier.
1>  Creating "obj\Debug\110\stamp\_AndroidXJetifyJavaLibraryRules.stamp" because "AlwaysCreate" was specified.
1>  Touching "obj\Debug\110\androidx\_AndroidXJetifyJavaLibraryRules.jetify".
1>_AndroidXJetifyProguardRules:
1>  Removing directory "obj\Debug\110\androidx\proguard\".
1>  Creating "obj\Debug\110\stamp\_AndroidXJetifyProguardRules.stamp" because "AlwaysCreate" was specified.
1>_AndroidXCecilfy:
1>  Result of cecilfication: PotentialJni, PotentialJavaArtifacts
1>  Creating "obj\Debug\110\stamp\_CopyIntermediateAssemblies.stamp" because "AlwaysCreate" was specified.
1>  Creating "obj\Debug\110\stamp\_AndroidXCecilfy.stamp" because "AlwaysCreate" was specified.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): warning XA4214: The managed type `Retrofit2.Internal.IEverythingIsNonNull` exists in multiple assemblies: Retrofit, Square.Retrofit2. Please refactor the managed type names in these assemblies so that they are not identical.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): warning XA4214: References to the type `Retrofit2.Internal.IEverythingIsNonNull` will refer to `Retrofit2.Internal.IEverythingIsNonNull, Retrofit`.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Call` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Call` generated by: Retrofit2.ICall, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Call` generated by: Square.Retrofit2.ICall, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.CallAdapter` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.CallAdapter` generated by: Retrofit2.ICallAdapter, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.CallAdapter` generated by: Square.Retrofit2.ICallAdapter, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Callback` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Callback` generated by: Retrofit2.ICallback, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Callback` generated by: Square.Retrofit2.ICallback, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Converter` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Converter` generated by: Retrofit2.IConverter, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Converter` generated by: Square.Retrofit2.IConverter, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.SkipCallbackExecutor` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.SkipCallbackExecutor` generated by: Retrofit2.ISkipCallbackExecutor, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.SkipCallbackExecutor` generated by: Square.Retrofit2.ISkipCallbackExecutor, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Body` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Body` generated by: Retrofit2.Http.IBody, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Body` generated by: Square.Retrofit2.Http.IBody, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.DELETE` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.DELETE` generated by: Retrofit2.Http.IDELETE, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.DELETE` generated by: Square.Retrofit2.Http.IDELETE, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Field` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Field` generated by: Retrofit2.Http.IField, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Field` generated by: Square.Retrofit2.Http.IField, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.FieldMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FieldMap` generated by: Retrofit2.Http.IFieldMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FieldMap` generated by: Square.Retrofit2.Http.IFieldMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.FormUrlEncoded` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FormUrlEncoded` generated by: Retrofit2.Http.IFormUrlEncoded, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FormUrlEncoded` generated by: Square.Retrofit2.Http.IFormUrlEncoded, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.GET` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.GET` generated by: Retrofit2.Http.IGET, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.GET` generated by: Square.Retrofit2.Http.IGET, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HEAD` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HEAD` generated by: Retrofit2.Http.IHEAD, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HEAD` generated by: Square.Retrofit2.Http.IHEAD, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Header` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Header` generated by: Retrofit2.Http.IHeader, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Header` generated by: Square.Retrofit2.Http.IHeader, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HeaderMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HeaderMap` generated by: Retrofit2.Http.IHeaderMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HeaderMap` generated by: Square.Retrofit2.Http.IHeaderMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Headers` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Headers` generated by: Retrofit2.Http.IHeaders, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Headers` generated by: Square.Retrofit2.Http.IHeaders, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HTTP` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HTTP` generated by: Retrofit2.Http.IHTTP, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HTTP` generated by: Square.Retrofit2.Http.IHTTP, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Multipart` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Multipart` generated by: Retrofit2.Http.IMultipart, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Multipart` generated by: Square.Retrofit2.Http.IMultipart, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.OPTIONS` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.OPTIONS` generated by: Retrofit2.Http.IOPTIONS, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.OPTIONS` generated by: Square.Retrofit2.Http.IOPTIONS, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Part` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Part` generated by: Retrofit2.Http.IPart, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Part` generated by: Square.Retrofit2.Http.IPart, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PartMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PartMap` generated by: Retrofit2.Http.IPartMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PartMap` generated by: Square.Retrofit2.Http.IPartMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PATCH` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PATCH` generated by: Retrofit2.Http.IPATCH, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PATCH` generated by: Square.Retrofit2.Http.IPATCH, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Path` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Path` generated by: Retrofit2.Http.IPath, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Path` generated by: Square.Retrofit2.Http.IPath, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.POST` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.POST` generated by: Retrofit2.Http.IPOST, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.POST` generated by: Square.Retrofit2.Http.IPOST, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PUT` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PUT` generated by: Retrofit2.Http.IPUT, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PUT` generated by: Square.Retrofit2.Http.IPUT, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Query` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Query` generated by: Retrofit2.Http.IQuery, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Query` generated by: Square.Retrofit2.Http.IQuery, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.QueryMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryMap` generated by: Retrofit2.Http.IQueryMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryMap` generated by: Square.Retrofit2.Http.IQueryMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.QueryName` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryName` generated by: Retrofit2.Http.IQueryName, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryName` generated by: Square.Retrofit2.Http.IQueryName, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Streaming` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Streaming` generated by: Retrofit2.Http.IStreaming, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Streaming` generated by: Square.Retrofit2.Http.IStreaming, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Tag` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Tag` generated by: Retrofit2.Http.ITag, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Tag` generated by: Square.Retrofit2.Http.ITag, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Url` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Url` generated by: Retrofit2.Http.IUrl, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Url` generated by: Square.Retrofit2.Http.IUrl, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.internal.EverythingIsNonNull` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.internal.EverythingIsNonNull` generated by: Retrofit2.Internal.IEverythingIsNonNull, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.internal.EverythingIsNonNull` generated by: Retrofit2.Internal.IEverythingIsNonNull, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>
1>Build FAILED.
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(27,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.Before.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (25,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(1168,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.After.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (1166,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(27,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.Before.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (25,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(1168,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.After.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (1166,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(27,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.Before.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (25,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(1168,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.After.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (1166,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.targets(17,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.targets" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>"C:\Users\MDACC.Android\MDACC.Android.csproj" (Build;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
1>(CoreCompile target) -> 
1>  C:\Users\MDACC.Android\Handlers\CustomSliderHandler.cs(73,21,73,100): warning CS0618: 'Drawable.SetColorFilter(Color, PorterDuff.Mode)' is obsolete: 'deprecated'
1>
1>
1>"C:\Users\MDACC.Android\MDACC.Android.csproj" (Build;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
1>"C:\Users\MDACC\MDACC.csproj" (GetCopyToOutputDirectoryItems target) (20:4) ->
1>"C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj" (GetCopyToOutputDirectoryItems target) (21:31) ->
1>(ResolvePackageAssets target) -> 
1>  C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj : warning NU1701: Package 'OpenTK 3.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
1>  C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj : warning NU1701: Package 'OpenTK.GLControl 3.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
1>
1>
1>"C:\Users\MDACC.Android\MDACC.Android.csproj" (Build;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
1>"C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj" (GetCopyToOutputDirectoryItems target) (21:32) ->
1>  C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj : warning NU1701: Package 'OpenTK 3.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
1>  C:\Users\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj : warning NU1701: Package 'OpenTK.GLControl 3.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
1>
1>
1>"C:\Users\MDACC.Android\MDACC.Android.csproj" (Build;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
1>(_GenerateJavaStubs target) -> 
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): warning XA4214: The managed type `Retrofit2.Internal.IEverythingIsNonNull` exists in multiple assemblies: Retrofit, Square.Retrofit2. Please refactor the managed type names in these assemblies so that they are not identical.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): warning XA4214: References to the type `Retrofit2.Internal.IEverythingIsNonNull` will refer to `Retrofit2.Internal.IEverythingIsNonNull, Retrofit`.
1>
1>
1>"C:\Users\MDACC.Android\MDACC.Android.csproj" (Build;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
1>(_GenerateJavaStubs target) -> 
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Call` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Call` generated by: Retrofit2.ICall, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Call` generated by: Square.Retrofit2.ICall, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.CallAdapter` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.CallAdapter` generated by: Retrofit2.ICallAdapter, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.CallAdapter` generated by: Square.Retrofit2.ICallAdapter, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Callback` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Callback` generated by: Retrofit2.ICallback, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Callback` generated by: Square.Retrofit2.ICallback, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Converter` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Converter` generated by: Retrofit2.IConverter, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Converter` generated by: Square.Retrofit2.IConverter, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.SkipCallbackExecutor` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.SkipCallbackExecutor` generated by: Retrofit2.ISkipCallbackExecutor, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.SkipCallbackExecutor` generated by: Square.Retrofit2.ISkipCallbackExecutor, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Body` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Body` generated by: Retrofit2.Http.IBody, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Body` generated by: Square.Retrofit2.Http.IBody, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.DELETE` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.DELETE` generated by: Retrofit2.Http.IDELETE, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.DELETE` generated by: Square.Retrofit2.Http.IDELETE, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Field` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Field` generated by: Retrofit2.Http.IField, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Field` generated by: Square.Retrofit2.Http.IField, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.FieldMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FieldMap` generated by: Retrofit2.Http.IFieldMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FieldMap` generated by: Square.Retrofit2.Http.IFieldMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.FormUrlEncoded` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FormUrlEncoded` generated by: Retrofit2.Http.IFormUrlEncoded, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FormUrlEncoded` generated by: Square.Retrofit2.Http.IFormUrlEncoded, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.GET` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.GET` generated by: Retrofit2.Http.IGET, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.GET` generated by: Square.Retrofit2.Http.IGET, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HEAD` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HEAD` generated by: Retrofit2.Http.IHEAD, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HEAD` generated by: Square.Retrofit2.Http.IHEAD, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Header` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Header` generated by: Retrofit2.Http.IHeader, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Header` generated by: Square.Retrofit2.Http.IHeader, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HeaderMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HeaderMap` generated by: Retrofit2.Http.IHeaderMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HeaderMap` generated by: Square.Retrofit2.Http.IHeaderMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Headers` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Headers` generated by: Retrofit2.Http.IHeaders, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Headers` generated by: Square.Retrofit2.Http.IHeaders, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HTTP` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HTTP` generated by: Retrofit2.Http.IHTTP, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HTTP` generated by: Square.Retrofit2.Http.IHTTP, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Multipart` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Multipart` generated by: Retrofit2.Http.IMultipart, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Multipart` generated by: Square.Retrofit2.Http.IMultipart, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.OPTIONS` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.OPTIONS` generated by: Retrofit2.Http.IOPTIONS, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.OPTIONS` generated by: Square.Retrofit2.Http.IOPTIONS, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Part` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Part` generated by: Retrofit2.Http.IPart, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Part` generated by: Square.Retrofit2.Http.IPart, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PartMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PartMap` generated by: Retrofit2.Http.IPartMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PartMap` generated by: Square.Retrofit2.Http.IPartMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PATCH` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PATCH` generated by: Retrofit2.Http.IPATCH, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PATCH` generated by: Square.Retrofit2.Http.IPATCH, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Path` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Path` generated by: Retrofit2.Http.IPath, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Path` generated by: Square.Retrofit2.Http.IPath, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.POST` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.POST` generated by: Retrofit2.Http.IPOST, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.POST` generated by: Square.Retrofit2.Http.IPOST, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PUT` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PUT` generated by: Retrofit2.Http.IPUT, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PUT` generated by: Square.Retrofit2.Http.IPUT, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Query` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Query` generated by: Retrofit2.Http.IQuery, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Query` generated by: Square.Retrofit2.Http.IQuery, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.QueryMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryMap` generated by: Retrofit2.Http.IQueryMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryMap` generated by: Square.Retrofit2.Http.IQueryMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.QueryName` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryName` generated by: Retrofit2.Http.IQueryName, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryName` generated by: Square.Retrofit2.Http.IQueryName, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Streaming` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Streaming` generated by: Retrofit2.Http.IStreaming, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Streaming` generated by: Square.Retrofit2.Http.IStreaming, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Tag` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Tag` generated by: Retrofit2.Http.ITag, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Tag` generated by: Square.Retrofit2.Http.ITag, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Url` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Url` generated by: Retrofit2.Http.IUrl, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Url` generated by: Square.Retrofit2.Http.IUrl, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.internal.EverythingIsNonNull` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.internal.EverythingIsNonNull` generated by: Retrofit2.Internal.IEverythingIsNonNull, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.internal.EverythingIsNonNull` generated by: Retrofit2.Internal.IEverythingIsNonNull, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>
1>    28 Warning(s)
1>    93 Error(s)
1>
@LeoJHarris LeoJHarris added Area: Bindings Issues in Java Library Binding projects. needs-triage Issues that need to be assigned. labels Jun 1, 2021
@LeoJHarris
Copy link
Author

If I remove the Square.Retrofit2.ConverterMoshi nuget then I can run the application again but when I try to use the binding library from my application it throws an exception:

Java.Lang.NoClassDefFoundError: 'Failed resolution of: Lcom/squareup/moshi/Moshi$Builder;'

This was exactly the reason why I had the Square.Retrofit2.ConverterMoshi nuget installed so that this exception did not get thrown but now I cant even build the application so I am not sure what to do.

@jpobst
Copy link
Contributor

jpobst commented Jun 1, 2021

Your error is caused by having 2 bindings of the same library, causing the duplicate types.

The NuGet Square.Retrofit2.ConverterMoshi has a dependency on Square.Retrofit2, so it is pulling in a binding of Retrofit2 already.

Are you able to use this binding of Retrofit2 instead of writing your own?

@jpobst jpobst removed the needs-triage Issues that need to be assigned. label Jun 1, 2021
@jpobst jpobst added this to the Under Consideration milestone Jun 1, 2021
@LeoJHarris
Copy link
Author

LeoJHarris commented Jun 1, 2021

@jpobst to be honest I would much rather use the binding of Retrofit included in the NuGet Square.Retrofit2.ConverterMoshi then write my own (I had both earlier without issue), but if I remove the binding library I wrote for Retrofit (I think I would also need to remove Moshi, MoshiAdapter and Moshi Converter binding library to I think as there get included in the NuGet Square.Retrofit2.ConverterMoshi also?

Even after I remove all of these and only include the nuget I still get this issue:

1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): warning XA4214: The managed type `Retrofit2.Internal.IEverythingIsNonNull` exists in multiple assemblies: Retrofit, Square.Retrofit2. Please refactor the managed type names in these assemblies so that they are not identical.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): warning XA4214: References to the type `Retrofit2.Internal.IEverythingIsNonNull` will refer to `Retrofit2.Internal.IEverythingIsNonNull, Retrofit`.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Call` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Call` generated by: Retrofit2.ICall, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Call` generated by: Square.Retrofit2.ICall, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.CallAdapter` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.CallAdapter` generated by: Retrofit2.ICallAdapter, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.CallAdapter` generated by: Square.Retrofit2.ICallAdapter, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Callback` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Callback` generated by: Retrofit2.ICallback, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Callback` generated by: Square.Retrofit2.ICallback, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Converter` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Converter` generated by: Retrofit2.IConverter, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Converter` generated by: Square.Retrofit2.IConverter, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.SkipCallbackExecutor` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.SkipCallbackExecutor` generated by: Retrofit2.ISkipCallbackExecutor, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.SkipCallbackExecutor` generated by: Square.Retrofit2.ISkipCallbackExecutor, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Body` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Body` generated by: Retrofit2.Http.IBody, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Body` generated by: Square.Retrofit2.Http.IBody, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.DELETE` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.DELETE` generated by: Retrofit2.Http.IDELETE, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.DELETE` generated by: Square.Retrofit2.Http.IDELETE, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Field` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Field` generated by: Retrofit2.Http.IField, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Field` generated by: Square.Retrofit2.Http.IField, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.FieldMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FieldMap` generated by: Retrofit2.Http.IFieldMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FieldMap` generated by: Square.Retrofit2.Http.IFieldMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.FormUrlEncoded` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FormUrlEncoded` generated by: Retrofit2.Http.IFormUrlEncoded, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FormUrlEncoded` generated by: Square.Retrofit2.Http.IFormUrlEncoded, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.GET` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.GET` generated by: Retrofit2.Http.IGET, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.GET` generated by: Square.Retrofit2.Http.IGET, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HEAD` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HEAD` generated by: Retrofit2.Http.IHEAD, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HEAD` generated by: Square.Retrofit2.Http.IHEAD, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Header` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Header` generated by: Retrofit2.Http.IHeader, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Header` generated by: Square.Retrofit2.Http.IHeader, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HeaderMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HeaderMap` generated by: Retrofit2.Http.IHeaderMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HeaderMap` generated by: Square.Retrofit2.Http.IHeaderMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Headers` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Headers` generated by: Retrofit2.Http.IHeaders, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Headers` generated by: Square.Retrofit2.Http.IHeaders, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HTTP` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HTTP` generated by: Retrofit2.Http.IHTTP, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HTTP` generated by: Square.Retrofit2.Http.IHTTP, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Multipart` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Multipart` generated by: Retrofit2.Http.IMultipart, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Multipart` generated by: Square.Retrofit2.Http.IMultipart, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.OPTIONS` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.OPTIONS` generated by: Retrofit2.Http.IOPTIONS, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.OPTIONS` generated by: Square.Retrofit2.Http.IOPTIONS, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Part` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Part` generated by: Retrofit2.Http.IPart, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Part` generated by: Square.Retrofit2.Http.IPart, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PartMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PartMap` generated by: Retrofit2.Http.IPartMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PartMap` generated by: Square.Retrofit2.Http.IPartMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PATCH` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PATCH` generated by: Retrofit2.Http.IPATCH, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PATCH` generated by: Square.Retrofit2.Http.IPATCH, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Path` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Path` generated by: Retrofit2.Http.IPath, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Path` generated by: Square.Retrofit2.Http.IPath, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.POST` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.POST` generated by: Retrofit2.Http.IPOST, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.POST` generated by: Square.Retrofit2.Http.IPOST, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PUT` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PUT` generated by: Retrofit2.Http.IPUT, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PUT` generated by: Square.Retrofit2.Http.IPUT, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Query` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Query` generated by: Retrofit2.Http.IQuery, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Query` generated by: Square.Retrofit2.Http.IQuery, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.QueryMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryMap` generated by: Retrofit2.Http.IQueryMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryMap` generated by: Square.Retrofit2.Http.IQueryMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.QueryName` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryName` generated by: Retrofit2.Http.IQueryName, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryName` generated by: Square.Retrofit2.Http.IQueryName, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Streaming` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Streaming` generated by: Retrofit2.Http.IStreaming, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Streaming` generated by: Square.Retrofit2.Http.IStreaming, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Tag` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Tag` generated by: Retrofit2.Http.ITag, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Tag` generated by: Square.Retrofit2.Http.ITag, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Url` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Url` generated by: Retrofit2.Http.IUrl, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Url` generated by: Square.Retrofit2.Http.IUrl, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.internal.EverythingIsNonNull` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.internal.EverythingIsNonNull` generated by: Retrofit2.Internal.IEverythingIsNonNull, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.internal.EverythingIsNonNull` generated by: Retrofit2.Internal.IEverythingIsNonNull, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>
1>Build FAILED.
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(27,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.Before.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (25,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(1168,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.After.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (1166,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(27,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.Before.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (25,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(1168,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.After.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (1166,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(27,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.Before.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (25,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(1168,2): warning MSB4011: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.After.targets" cannot be imported again. It was already imported at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets (1166,2)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.targets(17,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.targets" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>  C:\Users\.nuget\packages\msbuild.sdk.extras\2.1.2\Sdk\Sdk.props(25,3): warning MSB4011: "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.NET.Sdk.WindowsDesktop.props" cannot be imported again. It was already imported at "C:\Program Files\dotnet\sdk\5.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (148,3)". This is most likely a build authoring error. This subsequent import will be ignored. [C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj]
1>
1>
1>"C:\Users\source\\MDACC\MDACC.Android\MDACC.Android.csproj" (Build;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
1>(CoreCompile target) -> 
1>  C:\Users\source\\MDACC\MDACC.Android\Handlers\CustomSliderHandler.cs(73,21,73,100): warning CS0618: 'Drawable.SetColorFilter(Color, PorterDuff.Mode)' is obsolete: 'deprecated'
1>
1>
1>"C:\Users\source\\MDACC\MDACC.Android\MDACC.Android.csproj" (Build;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
1>"C:\Users\source\\MDACC\MDACC\MDACC.csproj" (GetCopyToOutputDirectoryItems target) (14:4) ->
1>"C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj" (GetCopyToOutputDirectoryItems target) (17:31) ->
1>(ResolvePackageAssets target) -> 
1>  C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj : warning NU1701: Package 'OpenTK 3.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
1>  C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj : warning NU1701: Package 'OpenTK.GLControl 3.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
1>
1>
1>"C:\Users\source\\MDACC\MDACC.Android\MDACC.Android.csproj" (Build;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
1>"C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj" (GetCopyToOutputDirectoryItems target) (17:32) ->
1>  C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj : warning NU1701: Package 'OpenTK 3.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
1>  C:\Users\source\\Xamarin.CommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj : warning NU1701: Package 'OpenTK.GLControl 3.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
1>
1>
1>"C:\Users\source\\MDACC\MDACC.Android\MDACC.Android.csproj" (Build;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
1>(_GenerateJavaStubs target) -> 
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): warning XA4214: The managed type `Retrofit2.Internal.IEverythingIsNonNull` exists in multiple assemblies: Retrofit, Square.Retrofit2. Please refactor the managed type names in these assemblies so that they are not identical.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): warning XA4214: References to the type `Retrofit2.Internal.IEverythingIsNonNull` will refer to `Retrofit2.Internal.IEverythingIsNonNull, Retrofit`.
1>
1>
1>"C:\Users\source\\MDACC\MDACC.Android\MDACC.Android.csproj" (Build;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies target) (1) ->
1>(_GenerateJavaStubs target) -> 
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Call` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Call` generated by: Retrofit2.ICall, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Call` generated by: Square.Retrofit2.ICall, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.CallAdapter` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.CallAdapter` generated by: Retrofit2.ICallAdapter, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.CallAdapter` generated by: Square.Retrofit2.ICallAdapter, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Callback` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Callback` generated by: Retrofit2.ICallback, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Callback` generated by: Square.Retrofit2.ICallback, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.Converter` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Converter` generated by: Retrofit2.IConverter, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.Converter` generated by: Square.Retrofit2.IConverter, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.SkipCallbackExecutor` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.SkipCallbackExecutor` generated by: Retrofit2.ISkipCallbackExecutor, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.SkipCallbackExecutor` generated by: Square.Retrofit2.ISkipCallbackExecutor, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Body` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Body` generated by: Retrofit2.Http.IBody, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Body` generated by: Square.Retrofit2.Http.IBody, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.DELETE` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.DELETE` generated by: Retrofit2.Http.IDELETE, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.DELETE` generated by: Square.Retrofit2.Http.IDELETE, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Field` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Field` generated by: Retrofit2.Http.IField, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Field` generated by: Square.Retrofit2.Http.IField, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.FieldMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FieldMap` generated by: Retrofit2.Http.IFieldMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FieldMap` generated by: Square.Retrofit2.Http.IFieldMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.FormUrlEncoded` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FormUrlEncoded` generated by: Retrofit2.Http.IFormUrlEncoded, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.FormUrlEncoded` generated by: Square.Retrofit2.Http.IFormUrlEncoded, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.GET` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.GET` generated by: Retrofit2.Http.IGET, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.GET` generated by: Square.Retrofit2.Http.IGET, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HEAD` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HEAD` generated by: Retrofit2.Http.IHEAD, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HEAD` generated by: Square.Retrofit2.Http.IHEAD, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Header` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Header` generated by: Retrofit2.Http.IHeader, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Header` generated by: Square.Retrofit2.Http.IHeader, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HeaderMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HeaderMap` generated by: Retrofit2.Http.IHeaderMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HeaderMap` generated by: Square.Retrofit2.Http.IHeaderMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Headers` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Headers` generated by: Retrofit2.Http.IHeaders, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Headers` generated by: Square.Retrofit2.Http.IHeaders, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.HTTP` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HTTP` generated by: Retrofit2.Http.IHTTP, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.HTTP` generated by: Square.Retrofit2.Http.IHTTP, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Multipart` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Multipart` generated by: Retrofit2.Http.IMultipart, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Multipart` generated by: Square.Retrofit2.Http.IMultipart, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.OPTIONS` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.OPTIONS` generated by: Retrofit2.Http.IOPTIONS, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.OPTIONS` generated by: Square.Retrofit2.Http.IOPTIONS, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Part` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Part` generated by: Retrofit2.Http.IPart, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Part` generated by: Square.Retrofit2.Http.IPart, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PartMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PartMap` generated by: Retrofit2.Http.IPartMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PartMap` generated by: Square.Retrofit2.Http.IPartMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PATCH` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PATCH` generated by: Retrofit2.Http.IPATCH, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PATCH` generated by: Square.Retrofit2.Http.IPATCH, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Path` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Path` generated by: Retrofit2.Http.IPath, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Path` generated by: Square.Retrofit2.Http.IPath, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.POST` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.POST` generated by: Retrofit2.Http.IPOST, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.POST` generated by: Square.Retrofit2.Http.IPOST, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.PUT` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PUT` generated by: Retrofit2.Http.IPUT, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.PUT` generated by: Square.Retrofit2.Http.IPUT, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Query` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Query` generated by: Retrofit2.Http.IQuery, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Query` generated by: Square.Retrofit2.Http.IQuery, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.QueryMap` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryMap` generated by: Retrofit2.Http.IQueryMap, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryMap` generated by: Square.Retrofit2.Http.IQueryMap, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.QueryName` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryName` generated by: Retrofit2.Http.IQueryName, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.QueryName` generated by: Square.Retrofit2.Http.IQueryName, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Streaming` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Streaming` generated by: Retrofit2.Http.IStreaming, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Streaming` generated by: Square.Retrofit2.Http.IStreaming, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Tag` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Tag` generated by: Retrofit2.Http.ITag, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Tag` generated by: Square.Retrofit2.Http.ITag, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.http.Url` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Url` generated by: Retrofit2.Http.IUrl, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.http.Url` generated by: Square.Retrofit2.Http.IUrl, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215: The Java type `retrofit2.internal.EverythingIsNonNull` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.internal.EverythingIsNonNull` generated by: Retrofit2.Internal.IEverythingIsNonNull, Retrofit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1>  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1400,3): error XA4215:   `retrofit2.internal.EverythingIsNonNull` generated by: Retrofit2.Internal.IEverythingIsNonNull, Square.Retrofit2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
1>
1>    28 Warning(s)
1>    93 Error(s)
1>
1>Time Elapsed 00:00:22.07
========== Build: 0 succeeded, 1 failed, 16 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++                 Please consider donating to VSColorOutput                    +++
+++                       https://mike-ward.net/donate/                          +++
+++            (this message can be turned off in the settings panel)            +++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

image

image

@jpobst
Copy link
Contributor

jpobst commented Jun 1, 2021

You might want to try removing the projects from your solution. I think Unloading just keeps Visual Studio from loading them, they are still used when you build your solution.

@LeoJHarris
Copy link
Author

@jpobst

This is all fixed now :) I ended up removing the following binding libraries: Retrofit, OkHttp3 and OkIO that I wrote as they now get included in the following nugets Square.OkHttp3 (has dependency to OkIO) and Square.Retrofit2.... however I reincluded the following binding libraries Moshi, MoshiAdapter and MoshiConverter.... I really have no idea why this became an issue when it worked perfected a week a go for quite while but these changes make sense now as I was previously using the nuget for retrofit but also had these in binding libraries I wrote earlier so this is probably better anyway!

@LeoJHarris
Copy link
Author

LeoJHarris commented Jun 2, 2021

@jpobst sorry one last thing I am just getting an issue with the MoshiAdapters binding library and wasn't experiencing this earlier (possibly introduced with the above changes and hit it as soon as I tried doing release build) but the error is:

4>  C:\SquareBindingLibrary.Android\MoshiAdapters\obj\Debug\generated\src\Com.Squareup.Moshi.Rfc3339DateJsonAdapter.cs(11,30,11,52): error CS0534: 'Rfc3339DateJsonAdapter' does not implement inherited abstract member 'JsonAdapter.ToJson(JsonWriter, Object)'
4>  C:\SquareBindingLibrary.Android\MoshiAdapters\obj\Debug\generated\src\Com.Squareup.Moshi.Rfc3339DateJsonAdapter.cs(11,30,11,52): error CS0534: 'Rfc3339DateJsonAdapter' does not implement inherited abstract member 'JsonAdapter.FromJson(JsonReader)'
4>  C:\SquareBindingLibrary.Android\MoshiAdapters\obj\Debug\generated\src\Com.Squareup.Moshi.Adapters.Rfc3339DateJsonAdapter.cs(10,30,10,52): error CS0534: 'Rfc3339DateJsonAdapter' does not implement inherited abstract member 'JsonAdapter.ToJson(JsonWriter, Object)'
4>  C:\SquareBindingLibrary.Android\MoshiAdapters\obj\Debug\generated\src\Com.Squareup.Moshi.Adapters.Rfc3339DateJsonAdapter.cs(10,30,10,52): error CS0534: 'Rfc3339DateJsonAdapter' does not implement inherited abstract member 'JsonAdapter.FromJson(JsonReader)'
4>  C:\SquareBindingLibrary.Android\MoshiAdapters\obj\Debug\generated\src\Com.Squareup.Moshi.Adapters.EnumJsonAdapter.cs(11,30,11,45): error CS0534: 'EnumJsonAdapter' does not implement inherited abstract member 'JsonAdapter.ToJson(JsonWriter, Object)'

Untitled

But looks like its already implemented here:

image

same here for ToJSON:

image

The actual jar file and method:

image

EDIT: I notice now the keyword override does not exist on the ToJson method

@LeoJHarris
Copy link
Author

LeoJHarris commented Jun 2, 2021

@jpobst

I resolved the above and debug the application builds fine but not in release mode would there be a reason for this?

I can probably resolve these the same way I did with the above but as the errors are similar but 68 errors to go through... at this stage unsure if I am fixing or breaking things

image

@LeoJHarris
Copy link
Author

LeoJHarris commented Jun 2, 2021

@jpobst Okay sorry for all the messages but I spent all day and finally got this working! My initial 68 errors went to about 20 errors after maybe doing a rebuild or fixing one issue that was causing other issues. That being said I fixed the error using the managedReturn, managedOverride and managedType. So it was a matter of adding the override and changing return types and param types to Object so weird I started getting these issues but if the project is working fine then I assume its fixes! I am convinced however this was working on debug and then I got to release config and boom the errors hit me!

@jpobst
Copy link
Contributor

jpobst commented Jun 2, 2021

Yeah, looks like you hit covariant return types and managed to fix them. 😄

https://github.com/xamarin/java.interop/wiki/Covariant-Return-Types-(Class)

Glad you were able to get it all working!

@jpobst jpobst closed this as completed Jun 2, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Area: Bindings Issues in Java Library Binding projects.
Projects
None yet
Development

No branches or pull requests

2 participants