-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi, I am getting below crash only on API 23
java.lang.NoClassDefFoundError: com.sun.jna.Structure$$ExternalSyntheticLambda1
at com.sun.jna.Structure.validateFields(Structure.java:1323)
at com.sun.jna.Structure.<init>(Structure.java:218)
at com.sun.jna.Structure.<init>(Structure.java:211)
at com.sun.jna.Structure.<init>(Structure.java:198)
at com.sun.jna.Structure.<init>(Structure.java:190)
at com.dotlottie.dlplayer.UniffiRustCallStatus.<init>(dotlottie_player.kt:223)
at com.dotlottie.dlplayer.Dotlottie_playerKt.createDefaultLayout(dotlottie_player.kt:6106)
at com.lottiefiles.dotlottie.core.compose.ui.DotLottieAnimationKt.DotLottieAnimation-qMNBoSw(DotLottieAnimation.kt:59)
origin point in my app is
DotLottieAnimation(
source = DotLottieSource.Asset("ghost.lottie"),
autoplay = true,
loop = true,
useFrameInterpolation = false,
)
device: Nexus 5x API 23
dot lottie version: 0.12.5
everything is working fine on my other Pixel 8 API 35 emulator
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels