-
Notifications
You must be signed in to change notification settings - Fork 541
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
Comments
If I remove the Java.Lang.NoClassDefFoundError: 'Failed resolution of: Lcom/squareup/moshi/Moshi$Builder;' This was exactly the reason why I had the |
Your error is caused by having 2 bindings of the same library, causing the duplicate types. The NuGet Are you able to use this binding of |
@jpobst to be honest I would much rather use the binding of 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) +++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
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. |
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 |
@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)' But looks like its already implemented here: same here for ToJSON: The actual jar file and method: EDIT: I notice now the keyword |
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 |
@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 |
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! |
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....
The text was updated successfully, but these errors were encountered: