Will they support MAUI?
See original GitHub issueHi there,
I know that you don’t officially support MAUI at the moment. However, MAUI should appear in Q2 in 2022.
Will they offer support? Unfortunately, errors are currently occurring and we are starting to use MAUI on our projects so that we only have to update it later.
Currently joining VS2022, NET 6 (MAUI Preview 12) the following error:
—1—
Severity Code Description Project File Line Suppression state
Error XA4215 mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor
generated by: Android.Support.V4.Media.Session.MediaSessionCompat+IOnActiveChangeListenerImplementor, Xamarin.Android.Support.Media.Compat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null Bevie-Times C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\31.0.200-preview.12.2\tools\Xamarin.Android.Common.targets 1429
— 2 —
Severity Code Description Project File Line Suppression state
Error XA4215 mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor
generated by: Android.Support.V4.Media.Session.MediaSessionCompat+IOnActiveChangeListenerImplementor, Xamarin.AndroidX.Media, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null Bevie-Times C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\31.0.200-preview.12.2\tools\Xamarin.Android.Common.targets 1429
— 3 —
Severity Code Description Project File Line Suppression state
Error XA4215 The Java type mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor
is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. Bevie-Times C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\31.0.200-preview.12.2\tools\Xamarin.Android.Common.targets 1429
Many Thanks 😉
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:11
Top GitHub Comments
Seen in the notes : Includes support for .net6.0-ios https://github.com/xamarin/GoogleApisForiOSComponents/releases/tag/Firebase-8.10.0.1
So… will this project support this?
Any update on this? Currently trying to get Firebase push to work on MAUI without much luck. Just attempting Android at the moment.