mrAbra
mrAbra
E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.curlssl, PID: 18288 java.lang.UnsatisfiedLinkError: dlopen failed: library "libcurl.so" not found: needed by /data/app/~~d9uCC7TcZ2RntKJQEKLh1Q==/com.example.curlssl-ouZHa-fjvy4WRuJokQxvSA==/lib/x86/libapp.so in namespace classloader-namespace at java.lang.Runtime.loadLibrary0(Runtime.java:1087) at java.lang.Runtime.loadLibrary0(Runtime.java:1008) at java.lang.System.loadLibrary(System.java:1664) at com.example.curlssl.MainActivity.(MainActivity.kt:45) 
thats my map ``` ``` thats my table for showing features. ``` .... async function handleCurrentChange(val) { if (val == null) { return; } selectedFeature.value = val; } ``` I...
Hello, I’m currently working with the ol-ext library in a Vue app and trying to display 3D features using the custom component from https://vue3openlayers.netlify.app/pluginsguide/ , but I’m unable to render...