Not able to compile WebRtc AppRTCDemo Android application using Ninja tool.
I am following instructions as given in this README file.
I run this command
sudo ninja -C out/Debug AppRTCDemo
But it gets stuck on following lines:
log: ninja version 0.1.3 initializing
log: magic group: gid=0 (root)
log: entering main loop
log: generating initial pid array..
log: now monitoring process activity
It never returns from this and I am not able to build the demo application.