Jonathan Pobst
Jonathan Pobst
Duplicate: https://github.com/xamarin/AndroidX/issues/110 Looks like this is solved by using `d8` instead of `dx`.
Closing as this is likely stale. If this is still an issue, please create a new issue.
Ultimately, all our Xamarin packages do is provide generated wrappers that allow you to call Google’s Android API. We do not have much expertise in how to use those API’s...
The solution is to omit the generics in C#, as C# bindings generally do not contain Java generics.
Closing as this seems to an Android API usage issue which we are unable to provide support for.
public static WindowInsetsControllerCompat toWindowInsetsControllerCompat(WindowInsetsController insetsController) but it appears to be missing from Xamarin.AndroidX.Core 1.5.0 This seems to be available now, so it must have gotten fixed at some point since...
This appears to have been fixed in a previous version: https://github.com/xamarin/AndroidX/issues/343
Media2 is now fully deprecated by Google: https://developer.android.com/jetpack/androidx/releases/media2#1.3.0 Effort will be focused on Media3 https://github.com/xamarin/AndroidX/pull/779
Ultimately, all our Xamarin Nugets do is provide generated wrappers that allow you to call Google’s Android API. We do not have much expertise in how to use those API’s...
If you build using [`Diagnostic` verbosity](https://docs.microsoft.com/en-us/xamarin/android/troubleshooting/troubleshooting#diagnostic-msbuild-output) or creating a [`binlog`](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Providing-Binary-Logs.md) it will provide a lot more information telling you exactly what is running. It should also end with a build...