This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
My project reference webrtcpeer-android as a library ,when it run on the device (android 4.4.4 api 17) ,it crash, error: > 08-26 11:53:38.959 6712-6712/fi.vtt.nubotest W/System.err: > java.lang.NoClassDefFoundError: > org/webrtc/MediaCodecVideoDecoder$DecoderOutputBufferInfo 08-26 11:53:38.969 > 6712-6712/fi.vtt.nubotest W/System.err: at java.lang.Runtime.nativeLoad(Native > Method) 08-26 11:53:38.969 6712-6712/fi.vtt.nubotest W/System.err: at > java.lang.Runtime.doLoad(Runtime.java:421) 08-26 11:53:38.969 > 6712-6712/fi.vtt.nubotest W/System.err: [...] read more