Open brzezinol opened 3 years ago
same problem...
I think this was introduced by this PR https://github.com/NAXAM/mapbox-xamarin-forms/pull/84 @tuyen-vuduc @jploo these versions are not found on nuget.org Naxam.MapboxAnnotation.Droid Version 0.8.0 Naxam.MapboxTraffic.Droid Version 0.10.0 Naxam.MapboxBuilding.Droid Version 0.7.0
lower versions were not compatible with androidx
Get a demo from here. Here is version 8. But, I still have a black screen instead of a map.
https://github.com/NAXAM/mapbox-xamarin-forms/tree/mapbox-v8
Having the same problem. I'm trying to use it in a .NET MAUI project though. I installed a lower version 1.0.8.4 but it doesn't build (I know it's not built for .NET MAUI but I had to try).
After clone repo and try to compile Demo project, it doesn't compile at all. Is it intended behavior or I miss something important ?
` Rebuild started... Restored C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\demo\MapBoxQs\MapBoxQs.csproj (in 167 ms). Restored C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS\Naxam.Mapbox.Platform.iOS.csproj (in 172 ms). Restored C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Forms\Naxam.Mapbox.Forms.csproj (in 195 ms). NU1605: Detected package downgrade: GeoJSON.Net from 1.2.15 to 1.1.73. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> Naxam.Mapbox.Forms -> GeoJSON.Net (>= 1.2.15) MapBoxQs.iOS -> GeoJSON.Net (>= 1.1.73) NU1605: Detected package downgrade: Xamarin.Forms from 4.5.0.530 to 4.2.0.778463. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> Naxam.Mapbox.Forms -> Xamarin.Forms (>= 4.5.0.530) MapBoxQs.iOS -> Xamarin.Forms (>= 4.2.0.778463) NU1605: Detected package downgrade: Xamarin.Forms from 4.5.0.530 to 4.2.0.778463. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> Naxam.Mapbox.Platform.iOS -> Xamarin.Forms (>= 4.5.0.530) MapBoxQs.iOS -> Xamarin.Forms (>= 4.2.0.778463) NU1605: Detected package downgrade: GeoJSON.Net from 1.2.15 to 1.1.73. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> Naxam.Mapbox.Platform.iOS -> GeoJSON.Net (>= 1.2.15) MapBoxQs.iOS -> GeoJSON.Net (>= 1.1.73) NU1605: Detected package downgrade: Newtonsoft.Json from 12.0.3 to 12.0.2. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> MapBoxQs -> Newtonsoft.Json (>= 12.0.3) MapBoxQs.iOS -> Newtonsoft.Json (>= 12.0.2) NU1605: Detected package downgrade: Xam.Plugin.Media from 5.0.1 to 4.0.1.5. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> MapBoxQs -> Xam.Plugin.Media (>= 5.0.1) MapBoxQs.iOS -> Xam.Plugin.Media (>= 4.0.1.5) NU1605: Detected package downgrade: GeoJSON.Net from 1.2.15 to 1.1.73. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> MapBoxQs -> GeoJSON.Net (>= 1.2.15) MapBoxQs.iOS -> GeoJSON.Net (>= 1.1.73) NU1605: Detected package downgrade: Xamarin.Essentials from 1.5.2 to 1.3.1. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> MapBoxQs -> Xamarin.Essentials (>= 1.5.2) MapBoxQs.iOS -> Xamarin.Essentials (>= 1.3.1) NU1605: Detected package downgrade: Shiny.Net.Http from 1.1.0.1473 to 1.0.0.400-beta. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> MapBoxQs -> Shiny.Net.Http (>= 1.1.0.1473) MapBoxQs.iOS -> Shiny.Net.Http (>= 1.0.0.400-beta) NU1605: Detected package downgrade: Rg.Plugins.Popup from 1.2.0.223 to 1.1.5.188. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> MapBoxQs -> Rg.Plugins.Popup (>= 1.2.0.223) MapBoxQs.iOS -> Rg.Plugins.Popup (>= 1.1.5.188) NU1605: Detected package downgrade: Acr.UserDialogs from 7.1.0.442 to 7.0.30. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> MapBoxQs -> Acr.UserDialogs (>= 7.1.0.442) MapBoxQs.iOS -> Acr.UserDialogs (>= 7.0.30) NU1605: Detected package downgrade: Xamarin.Forms from 4.5.0.530 to 4.2.0.778463. Reference the package directly from the project to select a different version. MapBoxQs.iOS -> MapBoxQs -> Xamarin.Forms (>= 4.5.0.530) MapBoxQs.iOS -> Xamarin.Forms (>= 4.2.0.778463) Restored C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS.Tests\Naxam.Mapbox.Platform.iOS.Tests.csproj (in 252 ms). Restored C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\demo\iOS\MapBoxQs.iOS.csproj (in 261 ms). NU1603: Naxam.Mapbox.Platform.Droid depends on Naxam.MapboxGestures.Droid (>= 0.6.0) but Naxam.MapboxGestures.Droid 0.6.0 was not found. An approximate best match of Naxam.MapboxGestures.Droid 0.7.0 was resolved. NU1102: Unable to find package Naxam.MapboxTraffic.Droid with version (>= 0.10.0)
XamarinBuildDownloadRestoreAssemblyAar
is no longer supported. If your build is failing, revert to an older Xamarin.Build.Download version, or migrate your packages to use the newXamarinBuildDownloadAndroidAarLibrary
ItemGroup. If your build is succeeding it is safe to ignore this warning. 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Found conflicts between different versions of "Microsoft.CSharp" that could not be resolved. 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: There was a conflict between "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was chosen because it was primary and "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was not. 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: References which depend on "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\Microsoft.CSharp.dll]. 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\Microsoft.CSharp.dll 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\Microsoft.CSharp.dll". 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Microsoft.CSharp 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: References which depend on "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" []. 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\Piotr.nuget\packages\newtonsoft.json\10.0.2\lib\netstandard1.3\Newtonsoft.Json.dll 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Users\Piotr.nuget\packages\newtonsoft.json\10.0.2\lib\netstandard1.3\Newtonsoft.Json.dll". 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\Piotr.nuget\packages\newtonsoft.json\10.0.2\lib\netstandard1.3\Newtonsoft.Json.dll 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\Piotr.nuget\packages\geojson.net\1.2.15\lib\netstandard2.1\GeoJSON.Net.dll 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Forms\bin\Debug\netstandard2.0\Naxam.Mapbox.Forms.dll 3>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS\Extensions\NativeViewExtensions.cs(181,32,181,57): warning CS0618: 'Element.Platform' is obsolete: 'IPlatform is obsolete as of 3.5.0. Do not use this property.' 3>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS\OfflineStorageService.cs(272,49,272,55): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 3>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS\OfflineStorageService.cs(282,49,282,60): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 3>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS\Extensions\ExpressionExtensions.cs(431,36,431,105): warning CS0618: 'NSExpression.FromFormat(string, NSExpression[])' is obsolete: 'Use 'FromFormat (string, NSObject[])' instead.' 3> Naxam.Mapbox.Platform.iOS -> C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS\bin\Debug\Naxam.Mapbox.Platform.iOS.dll Pair to Mac is not connected, so the build will be performed offline. To do a full build please connect and try again. 5>------ Rebuild All started: Project: Naxam.Mapbox.Platform.iOS.Tests, Configuration: Debug iPhoneSimulator ------ 5>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.Messaging.Apple.targets(31,3): warning : There is no available connection to the Mac. Task 'VerifyXcodeVersion' will not be executed 5> Consider app.config remapping of assembly "Newtonsoft.Json, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" from Version "10.0.0.0" [C:\Program Files (x86)\Progress\Test Studio\Bin\Newtonsoft.Json.dll] to Version "12.0.0.0" [C:\Users\Piotr.nuget\packages\newtonsoft.json\12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll] to solve conflict and get rid of warning. 5> Consider app.config remapping of assembly "netstandard, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" from Version "2.0.0.0" [] to Version "2.1.0.0" [C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\Facades\netstandard.dll] to solve conflict and get rid of warning. 5>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190. 5> Naxam.Mapbox.Platform.iOS.Tests -> C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS.Tests\bin\iPhoneSimulator\Debug\Naxam.Mapbox.Platform.iOS.Tests.exe 4>C:\Users\Piotr.nuget\packages\xamarin.forms\4.5.0.530\buildTransitive\Xamarin.Forms.targets(227,5): warning : Xamarin.Forms recommends TargetPlatformMinVersion >= 10.0.14393.0 (current project is -1) 4>C:\Users\Piotr.nuget\packages\xamarin.forms\4.5.0.530\buildTransitive\Xamarin.Forms.targets(233,5): warning : Xamarin.Forms recommends TargetPlatformVersion >= 10.0.17763.0 (current project is -1) 4>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\demo\MapBoxQs\Views\StylesClickToAddImage.xaml.cs(10,14,10,25): error CS0234: The type or namespace name 'Permissions' does not exist in the namespace 'Plugin' (are you missing an assembly reference?) 4>Done building project "MapBoxQs.csproj" -- FAILED. 6>------ Rebuild All started: Project: MapBoxQs.iOS, Configuration: Debug iPhone ------ 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\iOS\Xamarin.Messaging.Apple.targets(31,3): warning : There is no available connection to the Mac. Task 'VerifyXcodeVersion' will not be executed 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Found conflicts between different versions of "GeoJSON.Net" that could not be resolved. 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: There was a conflict between "GeoJSON.Net, Version=1.1.73.0, Culture=neutral, PublicKeyToken=42c00ea87f5f14d4" and "GeoJSON.Net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=42c00ea87f5f14d4". 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: "GeoJSON.Net, Version=1.1.73.0, Culture=neutral, PublicKeyToken=42c00ea87f5f14d4" was chosen because it was primary and "GeoJSON.Net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=42c00ea87f5f14d4" was not. 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: References which depend on "GeoJSON.Net, Version=1.1.73.0, Culture=neutral, PublicKeyToken=42c00ea87f5f14d4" [C:\Users\Piotr.nuget\packages\geojson.net\1.1.73\lib\netstandard1.1\GeoJSON.Net.dll]. 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\Piotr.nuget\packages\geojson.net\1.1.73\lib\netstandard1.1\GeoJSON.Net.dll 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Users\Piotr.nuget\packages\geojson.net\1.1.73\lib\netstandard1.1\GeoJSON.Net.dll". 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\Piotr.nuget\packages\geojson.net\1.1.73\lib\netstandard1.1\GeoJSON.Net.dll 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: References which depend on "GeoJSON.Net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=42c00ea87f5f14d4" []. 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Forms\bin\Debug\netstandard2.0\Naxam.Mapbox.Forms.dll 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Forms\bin\Debug\netstandard2.0\Naxam.Mapbox.Forms.dll". 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Forms\bin\Debug\netstandard2.0\Naxam.Mapbox.Forms.dll 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS\bin\Debug\Naxam.Mapbox.Platform.iOS.dll 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS\bin\Debug\Naxam.Mapbox.Platform.iOS.dll 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: Project file item includes which caused reference "C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS\bin\Debug\Naxam.Mapbox.Platform.iOS.dll". 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3277: C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.iOS\bin\Debug\Naxam.Mapbox.Platform.iOS.dll 6> Consider app.config remapping of assembly "Newtonsoft.Json, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" from Version "10.0.0.0" [C:\Program Files (x86)\Progress\Test Studio\Bin\Newtonsoft.Json.dll] to Version "12.0.0.0" [C:\Users\Piotr.nuget\packages\newtonsoft.json\12.0.2\lib\netstandard2.0\Newtonsoft.Json.dll] to solve conflict and get rid of warning. 6> Consider app.config remapping of assembly "System.Numerics, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "2.0.5.0" [C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\System.Numerics.dll] to Version "4.0.0.0" [] to solve conflict and get rid of warning. 6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2202,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190. 6>CSC : error CS0006: Metadata file 'C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\demo\MapBoxQs\bin\Debug\netstandard2.0\MapBoxQs.dll' could not be found 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\MapViewRenderer.Annotations.cs(6,28,6,35): error CS0234: The type or namespace name 'Plugins' does not exist in the namespace 'Com.Mapbox.Mapboxsdk' (are you missing an assembly reference?) 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\Extensions\AnnotationExtensions.cs(1,28,1,35): error CS0234: The type or namespace name 'Plugins' does not exist in the namespace 'Com.Mapbox.Mapboxsdk' (are you missing an assembly reference?) 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\MapViewRenderer.Building.cs(4,28,4,35): error CS0234: The type or namespace name 'Plugins' does not exist in the namespace 'Com.Mapbox.Mapboxsdk' (are you missing an assembly reference?) 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\MapViewRenderer.Traffic.cs(4,28,4,35): error CS0234: The type or namespace name 'Plugins' does not exist in the namespace 'Com.Mapbox.Mapboxsdk' (are you missing an assembly reference?) 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\MapViewRenderer.Traffic.cs(5,28,5,35): error CS0234: The type or namespace name 'Plugins' does not exist in the namespace 'Com.Mapbox.Mapboxsdk' (are you missing an assembly reference?) 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\CustomInfoWindowAdapter.cs(12,62,12,80): warning CS0618: 'MapboxMap.IInfoWindowAdapter' is obsolete: 'This class is obsoleted in this android platform' 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\MapViewRenderer.Annotations.cs(20,44,20,66): error CS0246: The type or namespace name 'IOnSymbolClickListener' could not be found (are you missing a using directive or an assembly reference?) 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\Extensions\AnnotationExtensions.cs(10,23,10,36): error CS0246: The type or namespace name 'SymbolOptions' could not be found (are you missing a using directive or an assembly reference?) 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\Extensions\AnnotationExtensions.cs(130,40,130,46): error CS0246: The type or namespace name 'Symbol' could not be found (are you missing a using directive or an assembly reference?) 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\CustomInfoWindowAdapter.cs(23,49,23,55): warning CS0618: 'Marker' is obsolete: 'This class is obsoleted in this android platform' 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\MapViewFragment.cs(57,61,57,67): warning CS0618: 'Marker' is obsolete: 'This class is obsoleted in this android platform' 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\MapViewRenderer.Annotations.cs(159,39,159,45): error CS0246: The type or namespace name 'Symbol' could not be found (are you missing a using directive or an assembly reference?) 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\MapViewRenderer.Annotations.cs(22,9,22,22): error CS0246: The type or namespace name 'SymbolManager' could not be found (are you missing a using directive or an assembly reference?) 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\MapViewRenderer.Annotations.cs(23,9,23,22): error CS0246: The type or namespace name 'CircleManager' could not be found (are you missing a using directive or an assembly reference?) 2>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\Naxam.Mapbox.Platform.Droid\MapViewRenderer.Traffic.cs(15,9,15,22): error CS0246: The type or namespace name 'TrafficPlugin' could not be found (are you missing a using directive or an assembly reference?) 7>------ Rebuild All started: Project: MapBoxQs.Droid, Configuration: Debug Any CPU ------ 7>C:\Users\Piotr\Source\Repos\mapbox-xamarin-forms\demo\Droid\Properties\AndroidManifest.xml : warning XA4211: AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '28' is less than $(TargetFrameworkVersion) ''. Using API-29 for ACW compilation. 7>C:\Users\Piotr.nuget\packages\xamarin.androidx.migration\1.0.3\buildTransitive\monoandroid90\Xamarin.AndroidX.Migration.targets(131,9): error : Could not find 1 Android X assemblies, make sure to install the following NuGet packages: 7>C:\Users\Piotr.nuget\packages\xamarin.androidx.migration\1.0.3\buildTransitive\monoandroid90\Xamarin.AndroidX.Migration.targets(131,9): error : - Xamarin.AndroidX.Lifecycle.LiveData 7>C:\Users\Piotr.nuget\packages\xamarin.androidx.migration\1.0.3\buildTransitive\monoandroid90\Xamarin.AndroidX.Migration.targets(131,9): error : You can also copy-and-paste the following snippet into your .csproj file: 7>C:\Users\Piotr.nuget\packages\xamarin.androidx.migration\1.0.3\buildTransitive\monoandroid90\Xamarin.AndroidX.Migration.targets(131,9): error :`