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