I am currently trying to integrate the LinPhone SDK 'org.linphone:linphone-sdk-android:5.2.70' into my application. When I try to initiate the factory
fun initCore() {
val factory = Factory.instance()
factory.setDebugMode(true, "Hello Linphone")
core = factory.createCore(null, null, getApplication())
}
I am getting the following error:
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/~~etnr80db3rwY6xyBglTUnA==/package_id-XCdnucrbTwRLEvQ0pmlAmw==/base.apk!/lib/arm64-v8a/libmediastreamer.so"
Any insight on this is highly appreciated. Please let me know if further information is required for better clarification.