PJSUA2 sip android native app

后端 未结 3 1661
渐次进展
渐次进展 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:23

    I had the same problem. It seems you was building pjsip library using newest ndk. Try older version of ndk and rebuild pjsip.

    0 讨论(0)
  • 2020-12-19 18:34

    I followed this https://github.com/VoiSmart/pjsip-android-builder link to build the pjsip hope it would help others but still facing some problems in video calling related.

    0 讨论(0)
  • 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 .

    0 讨论(0)
提交回复
热议问题