[BUG] Upgrading Azure-Communication-Calling from 2.4.0 to 2.11.0 causing a run time error #1747
Open
3 tasks done
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
After I updated our azure-communication-calling 2.4.0 to 2.11.0, I always encountered this issue.
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/~~tXVLgRgp34eEClMcw7o9fg==/com.app-41VBh9_g0OTEeBMgQoyVfg==/base.apk!/lib/arm64-v8a/libskypert.so"...
at java.lang.Runtime.loadLibrary0(Runtime.java:1082)
at java.lang.Runtime.loadLibrary0(Runtime.java:1003)
at java.lang.System.loadLibrary(System.java:1661)
at com.azure.android.communication.calling.CallClient.loadNativeLibraries(CallClient.java:404)
at com.azure.android.communication.calling.CallClient.(CallClient.java:413)
Exception or Stack Trace
To Reproduce
Update dependency
Code Snippet
from
to
Expected behavior
Expected to run without runtime error
Screenshots
Sorry I can't, it's in production
Setup (please complete the following information):
com.azure.android:azure-communication-calling:2.4.0
com.azure.android:azure-communication-common:1.1.0
Additional context
Add any other context about the problem here.
Tried to do some version downgrade but I encountered a lot of issues aside from UnsatisfiedLinkError
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: