My application crashes when I add my own libraries to jniLibs (i.e. libjingle_peerconnection_so.so) for all architectures.
The following is a fragment of the stack trace that causes the application to restart.
W/System.err(11538): java.lang.ClassNotFoundException: Didn't find class "org.webrtc.DataChannel$Buffer" on path: DexPathList[[zip file "/data/app/com.sample.app-2/base.apk"],nativeLibraryDirectories=[/data/app/com.sample.app-2/lib/x86, /vendor/lib, /system/lib]]
Can someone tell me what I'm doing wrong here?
source
share