I currently use dlopen native function to open a native lib (so file).
handle = dlopen(libPath, RTLD_LAZY);
I use a full path to the library. unfortunately with the new app bundle installation (abb file) there is no way to get the path to the lib. Did someone found a workaround for this?
Thanks, Eli