Open MagicAndre1981 opened 2 years ago
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 found, it is required for default or static interface methods desugaring of `Landroidx/window/layout/SafeWindowLayoutComponentProvider$windowLayoutComponent$2;invoke()Landroidx/window/extensions/layout/WindowLayoutComponent;`**
Types/classes not found in decompiled jars:
androidx.window.sidecar.SidecarProvider
androidx.window.sidecar.SidecarInterface$SidecarCallback
androidx.window.extensions.embedding.ActivityEmbeddingComponent
packages not found in decompiled jars:
androidx.window.sidecar
androidx.window.extensions.embedding
Needs more digging.
https://androidx.tech/artifacts/window/window/1.0.0-source/androidx/window/layout/SidecarCompat.kt.html https://androidx.tech/artifacts/window/window/1.0.0-beta01-source/androidx/window/layout/SidecarCompat.kt.html
what about the sun and java messages?
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 like transitive dependencies, but not 100% sure. Again: I must dive in.
@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
Version Information
Describe your Issue:
during compile of my Android part of XF apps, I noticed some warnings since last AndroidX nuget updates:
Steps to Reproduce (with link to sample solution if possible):
Add the following packages to the app:
Include any relevant Exception Stack traces, build logs, adb logs:
Sample:
AndroidXWarningsDemoApp.zip