Skip to content

App crashing on API 23 #93

@Ni3verma

Description

@Ni3verma

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions