Jonathan Peppers
Jonathan Peppers
I don't see how updating Visual Studio or workloads would fix this. Is this the same problem here? * https://github.com/dotnet/android-libraries/issues/1181#issuecomment-3053297891 We added typeforwarders in this package, that should fix this:...
You might need to add additional `` to solve the NU1605 warnings (or ignore them). You put the higher version that it's complaining about in the project.
We just mirror maven dependencies to NuGet, I see:  https://mvnrepository.com/artifact/androidx.media3/media3-exoplayer/1.6.1 So, is there a newer version of `androidx.media3/media3-exoplayer` you want to use here?
Can you share the full stack trace of the error? (as text) The problem likely won't be solved unless MAUI updates to Xamarin.AndroidX.Fragment.Ktx Version="1.8.8".
Are you able to share the `Exception.ToString()` of the unhandled exception? The screenshots aren't helpful, as there isn't a stack trace showing what the unhandled exception is.
Can you paste the error as text? Share `$exception.ToString()`. Is this a problem in .NET MAUI, because it seems to mention `IPickerHandler`, but I can't read where it is cutoff:
These aren’t text, can we stop posting screenshots?
The error says it can't find this field: * https://github.com/dotnet/maui/blob/1f6228c12bf09ae9fae1938d3cae3aa308bce655/src/Core/src/Handlers/Picker/PickerHandler.cs#L17 I'm not sure this problem is related to dotnet/android-libraries, but something else, maybe the trimmer? Can you share the `.apk`...
The field is there: So, I assume there is some other error, and the Mono runtime isn't telling us what is actually wrong. Seeing `AndroidX.AppCompat` reminded me of: * https://github.com/dotnet/android-libraries/pull/1183...
Yes the comment above says what to do, and shows a sample project that was resolved. If you can share a new sample, file a new issue, thanks!