Closed klaaslusterbroodvan closed 11 months 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
The situation was resolved here: https://github.com/JetBrains/lets-plot-compose-demos/issues/1
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?