如何将jingle_peerconnection_so.so文件加载到eclipse中的android项目?

时间:2015-06-03 10:46:55

标签: java android eclipse webrtc

运行项目时出现以下错误。我不知道如何将jingle_peerconnection_so.so文件添加到eclipse中的android项目中?

java.lang.UnsatisfiedLinkError: Couldn't load jingle_peerconnection_so from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.nandha.quickblox.videocall-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.nandha.quickblox.videocall-1, /vendor/lib, /system/lib]]]: findLibrary returned null

2 个答案:

答案 0 :(得分:2)

enter image description here

使用System.load(" .so文件的位置");要么 System.loadLibrary(" .so文件的位置");

答案 1 :(得分:0)

这是一个缺少的JNI文件。 将文件libjingle_peerconnection_so.so添加到src / main中的jniLib文件夹

此文件应位于webrtc文件夹的输出目录中