moljac
moljac
Hi @MagicAndre1981 Thanks for the feedback. seems like `SafeWindowLayoutComponentProvider` looks for `WindowExtensionsProvider` and in there is only `ExtensionsProvider.class` ``` > 1> **Warning** in obj\Debug\120\lp\114\jl\**classes.jar:androidx/window/layout/SafeWindowLayoutComponentProvider$windowLayoutComponent$2.class: > 1> Type `androidx.window.extensions.WindowExtensionsProvider` was not...
Related https://github.com/xamarin/xamarin-android/issues/6809
> what about the sun and java messages? Geez thanks, but I wish I am that smart. See note to myself in the future: > Needs more digging. It smells...
@jonathanpeppers @jpobst From AndroidX issue TL&DR; where would: ``` sun.misc.Signal sun.misc.SignalHandler java.lang.ClassValue java.lang.instrument.ClassFileTransformer ``` come from??? ups wrong repo. Adding the same Q in XA
Please could you provide minimal repro sample?
@svrooij Thanks for the feedback! And I am sorry for delays, but I maintain AndroidX and GooglePlayServices/Firebase/MLKit bindings + tons of dependencies. > I have absolutly no idea how this...
Notes: ### `androidx.preference.preference` ``` find ./generated/androidx.preference.preference/ -type f -name "*Compat.cs" ``` found in both folders ``` ./generated/androidx.preference.preference//obj/Release/net6.0-android/generated/src/ ./generated/androidx.preference.preference//obj/Release/monoandroid12.0/generated/src/ ``` ``` AndroidX.Preference.MultiSelectListPreferenceDialogFragmentCompat.cs AndroidX.Preference.ListPreferenceDialogFragmentCompat.cs AndroidX.Preference.PreferenceHeaderFragmentCompat.cs AndroidX.Preference.SwitchPreferenceCompat.cs AndroidX.Preference.PreferenceDialogFragmentCompat.cs AndroidX.Preference.PreferenceFragmentCompat.cs AndroidX.Preference.EditTextPreferenceDialogFragmentCompat.cs ``` ### `androidx.leanback.leanback-preference`...
> These are the regular preferences screens. Not those specially for Leanback (ANDROID TV). yes. I know. Leanback stuff was not found. Why? No idea. (Yet)
@svrooij Advice: images are not searchable, selectable (for copy paste) and slows investigation down. Try like this: https://maven.google.com/web/index.html?q=leanback you have several groups: - ` androidx.leanback` this is needed - `com.android.support`...
Attempt to reuse latest versions (`dependencyOnly=true`): ```json { "groupId": "androidx.legacy", "artifactId": "legacy-support-core-utils", "version": "1.0.0", "nugetVersion": "1.0.0.13", "nugetId": "Xamarin.AndroidX.Legacy.Support.Core.Utils", "dependencyOnly": true }, { "groupId": "androidx.legacy", "artifactId": "legacy-support-core-ui", "version": "1.0.0", "nugetVersion": "1.0.0.14",...