My native C++ plugin isn't loading because of missing (undefined) symbol:
Unable to load library '/data/app/com.remap.NdnRtcTest-1/lib/arm/libNdnRtc.so', native render plugin support disabled: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "SL_IID_ENGINE" referenced by "/data/app/com.remap.NdnRtcTest-1/lib/arm/libNdnRtc.so"...
I added **libOpenSLES.so** to **Assets/Plugins/Android/armeabi-v7a** folder, but it doesn't help.
Any ideas?
↧