I'm writing an android plugin for Unity, libSolidCapture.so. This plugin is using a shared library, named liblo.so, an OSC library When I'm trying to launch the application on an android device, I get the following error :
Unable to load library '/libSolidCapture.so', native render plugin support disabled: java.lang.UnsatisfiedLinkError: dlopen failed: library "liblo.so.7" not found
then :
DllNotFoundException: SolidCapture
When i build liblo for android, liblo.so.7 is created, but when I try to drag and drop it in Unity, it seems to be considered as a folder, and not a library !
When I build an apk, Unity includes liblo.so, but not liblo.so.7
Do you have any idea of what I'm doing wrong ?