JetBrains / lets-plot-skia

Skia frontend for Lets-Plot multiplatform plotting library.
MIT License
141 stars 2 forks source link

Problem with running app, runtime library is missing #8

Closed klaaslusterbroodvan closed 11 months ago

klaaslusterbroodvan commented 1 year ago

I manage the compile and start the app, but it crashes immediate with the message:

"java.lang.UnsatisfiedLinkError: dlopen failed: library "libskiko-android-arm64.so" not found"

Is that file available anywhere, or why is this message showing up?

IKupriyanov-HORIS commented 1 year ago

Hello. Could you please clarify if the android demos work? If they work, then most likely the build.gradle.kts file is missing some important parts, like embedding the skiko library in the binary.: https://github.com/JetBrains/lets-plot-compose-demos/blob/main/compose-android-min/build.gradle.kts#L15

alshan commented 11 months ago

The situation was resolved here: https://github.com/JetBrains/lets-plot-compose-demos/issues/1