I would like to port the SVMP project to Android 6.0. I managed to get the event_server run in the VM. However, it crashed when I try to connect into the VM. After some digging, I found the problem may result from libjingle_peerconnection.so which need to be compiled using the corresponding NDK. However, I don't know how to build the SVMP webrtc(
https://github.com/SVMP/webrtc) project. Can anyone help?