Build crash during Zoom sdk initialization

I am receiving crash at this line

zoomSDK.initialize(context, APP_KEY, APP_SECRET, WEB_DOMAIN,this);

 

whtat is libzoom_stlport.so file 

 

08-06 22:02:06.643 7895-7895 E/AndroidRuntime: FATAL EXCEPTION: main

 

    java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file “/data/app/com.example…/base.apk”, zip file “/data/app/com.example.pro-1/split_lib_slice_9_apk.apk”],nativeLibraryDirectories=[/data/app/com.example.pro-1/lib/x86, /vendor/lib, /system/lib]]] couldn’t find “libzoom_stlport.so”

        at java.lang.Runtime.loadLibrary(Runtime.java:366)

        at java.lang.System.loadLibrary(System.java:988)

        at com.zipow.cmmlib.AppContext.<clinit>(AppContext.java:31)

        at com.zipow.cmmlib.AppContext.initialize(AppContext.java)

        at us.zoom.sdk.ZoomSDK.initialize(ZoomSDK.java:226)

        at us.zoom.sdk.ZoomSDK.initialize(ZoomSDK.java:185)

        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)

        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)

My project is heavily relying on version android API version 27 . And i saw one of your comment that Zoom android SDK provide support for API 25 or less 

We changed those value to

targetSdkVersion 25

compileSdkVersion 25
buildToolsVersion ‘25.0.0’

 

Now we are facing attribute not found issue for following android attributes

 

android:attr/fontWeight

android:attr/font

android:attr/fontStyle

android:attr/colorError

‘android:attr/keyboardNavigationCluster’.

Don’t you think you should provide support for latest android versions too, as there are more than 40% devices in market which are running on Api version higher than 25, We can’t  completely ignore those user’s.

Anyway can you help us with this, issue we are facing

 

We only provide library for armeabi-v7a and above. For how to run on x86 platform, please check https://developer.zoom.us/docs/android/getting-started/

For Android O,  we plan to support android 8.0 in our next sdk release.

OK, so when you guys are going to release that Latest Zoom Sdk which support android 26 and above

Hey guys, if anybody is there, please let us know when you are planing to release next SDK version which will have support for Android API 26 and above.