PJSUA2 sip android native app

后端 未结 3 1665
渐次进展
渐次进展 2020-12-19 17:43

Here I\'m developing an application using native android in ubuntu 14.04LTS eclipse adt for android.

Build, configure, and make everything went perfect.

Afte

3条回答
  •  春和景丽
    2020-12-19 18:48

    java.lang.UnsatisfiedLinkError: Couldn't load libpjsua2.so from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.pjsip.pjsua2.app-2.apk"],nativeLibraryDirectories=[/data/app-lib/org.pjsip.pjsua2.app-2, /vendor/lib, /system/lib]]]: findLibrary returned null
    

    I had the same error. The android sample app tries to load this libpjsua2.so from the JNILIBs folder path but it couldnt find it so it throws the above error.Hope my answer helps someone .

提交回复
热议问题