Daniel Schröder
Daniel Schröder
@rogeru: I migrated to another dnd library
Sure. I migrated to the Vue-Wrapper of SortableJS - VueDraggable
You can even reproduce this with a very simple example application. It seems to me that the library is missing a link to the standard C++ library; the symbol _ZTISt12length_error...
What I've discovered so far: If you add -lstdc++ to this line in the build script: https://github.com/WalkerKnapp/devolay/blob/e62ab166ba644559f737c3e9959d18d21205fe2e/devolay-natives/build.gradle.kts#L79 and copy the `libc++_shared.so` file of the respective Android architecture (this file is...