I am getting app crash after integrating android sdk to my app.
and gets.
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file “/data/app/vareniacims.vcall-2/base.apk”],nativeLibraryDirectories=[/data/app/vareniacims.vcall-2/lib/x86, /data/app/vareniacims.vcall-2/base.apk!/lib/x86, /system/lib, /vendor/lib]]] couldn’t find "libzoom_stlport.so"
please help us resolve the issue
Wei_Guo1
(Wei Guo)
July 18, 2017, 9:26pm
2
Hi Abhishek,
have you properly include Zoom Android SDK to your project? If you are developing on Android Studio, then you need to change the build.gradle and settings.gradle. Please follow the instruction in sample: https://github.com/zoom/zoom-sdk-android/tree/master/zoom-mobilertc-android-studio
And also notice that you may include other x86 libraries in your application. Right now Zoom only support Armv7, so please make sure you follow the rule under this page: https://devcommunity.zoom.us/docs/android/getting-started/ under “CPU”
Best
Wei thank u for your answer,
Is there any possibility to make the application working for the X86 and ARMv7 ?
please let me know .
Wei_Guo1
(Wei Guo)
July 19, 2017, 5:37pm
4
Hi Abhishek,
we will investigate it and keep you posted!
Best