I am trying to add some lib (.jar and .so) to my multidex project in android studio.
when I add only a few cans to the project, everything works fine. in case I add more and more cans (other libraries) I get this error:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.test.digital.ocrtest-2/base.apk"],nativeLibraryDirectories=[/data/app/com.test.digital.ocrtest-2/lib/arm, /data/app/com.test.digital.ocrtest-2/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libScanovatePassportAndIDLSDK_CPP.so"
any idea how can I tell the compiler to create a jar and so on in the same dex?
android android-studio android-gradle jni
Nimrod borochov
source share