android - libjingle_peerconnection_so.so

412 views
Skip to first unread message

nourhan adel

unread,
Mar 23, 2015, 7:45:19 AM3/23/15
to discuss...@googlegroups.com
i have an issue when trying to run webrtc android application example placed here : http://code.google.com/p/webrtc/source/browse/#svn%2Ftrunk
this error appeared on logcat : 
No implementation found for native Lorg/webrtc/PeerConnectionFactory;.initializeFieldTrials:(Ljava/lang/String;)V

Fatal error: Native method not found: org.webrtc.PeerConnectionFactory.initializeFieldTrials:(Ljava/lang/String;)V
so i cannot connect to room .. could anyone help me please ?

gla...@webrtc.org

unread,
Mar 23, 2015, 5:48:19 PM3/23/15
to discuss...@googlegroups.com
Most likely you are not using most recent version of libjingle_peerconnection_so.so in your apk.
initializeFieldTrials is defined here:
Try to list the content of functions libjingle_peerconnection_so.so is exporting and make sure Java_org_webrtc_PeerConnectionFactory_initializeFieldTrials() function is present.

Please note that there were some changes in the way sample apk is build - stripped library version is now placed to /out/Debug/AppRTCDemo/stripped_libraries

nourhan adel

unread,
Mar 25, 2015, 5:13:44 AM3/25/15
to discuss...@googlegroups.com
aha i got it .. can you give me an example of how to compile libjingle_peerconnection_so.so ?

gla...@webrtc.org

unread,
Mar 25, 2015, 12:58:00 PM3/25/15
to discuss...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages