X86 Error Android

, ,

The error which I am getting from some of the devices.

Please tell us the solution if any

Fatal Exception: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file “/data/app/vareniacims.vcall-1/base.apk”],nativeLibraryDirectories=[/data/app/vareniacims.vcall-1/lib/arm64, /data/app/vareniacims.vcall-1/base.apk!/lib/arm64-v8a, /vendor/lib64, /system/lib64]]] couldn’t find “libzoom_stlport.so”
at java.lang.Runtime.loadLibrary(Runtime.java:367)
at java.lang.System.loadLibrary(System.java:1076)
at com.zipow.cmmlib.AppContext.<clinit>(AppContext.java:31)
at us.zoom.sdk.ZoomSDK.initialize(ZoomSDK.java:227)
at us.zoom.sdk.ZoomSDK.initialize(ZoomSDK.java:186)
at vareniacims.vcall.Vcall.onCreate(Vcall.java:52)
at android.app.Activity.performCreate(Activity.java:6303)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1108)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2402)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2509)
at android.app.ActivityThread.access$1000(ActivityThread.java:153)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1373)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:5527)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:629)

Hi Abhishek,

Please have a test run using demo Zoom provided. if it works, then it could be you include some other so library in your project. Currently Zoom only support armv7a libraries.

Best 

1 Like