PJSIP Android UnSatisfiedLinkError

MM
Monica Memane
Wed, Oct 5, 2016 1:48 PM

Hi,
I'm facing the UnSatisfiedLinkError for Android devices
having API level 23 (Marshmallow).
As observed the app works fine on handsets having architecture armeabi,
armeabi-v7a, x86 whereas for
devices with architecture aarch64 with instruction set arm64_v8a it
throws the unsatisfied link error.

"Can't load native library. CPU arch invalid for this build"

Is there a way in which we could have support for architecture
arm64_v8a  and marshmallow devices?

Regards,
Monica

Hi, I'm facing the *UnSatisfiedLinkError* for Android devices having API level 23 (Marshmallow). As observed the app works fine on handsets having architecture armeabi, armeabi-v7a, x86 whereas for devices with architecture aarch64 with instruction set arm64_v8a it throws the unsatisfied link error. "Can't load native library. CPU arch invalid for this build" Is there a way in which we could have support for architecture arm64_v8a and marshmallow devices? Regards, Monica