SDK Version:
Zoom SDK Version: 1.12.0
Artifacts used:
- us.zoom.videosdk:zoomvideosdk-core
- us.zoom.videosdk:zoomvideosdk-videoeffects
Devices to reproduce:
Any device with x86/x86_64 architecture - can be tested on emulators.
Issue Description:
Running the Zoom Video SDK on a device with x86/x86_64 architecture causes the following crash:
java.lang.UnsatisfiedLinkError: dlopen failed: library "libzoom_util.so" not found
It appears that native libraries are only provided for armeabi-v7a
and arm64-v8a
. This is a significant issue as it makes the SDK unusable on some devices.
Thanks for your assistance,
Jakub