问题
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.
回答1:
Follow this example, i have tried it and work success fully.
Only need to make one change is the link provided in this example for gclient config command is older one. Follow your link gclient config http://webrtc.googlecode.com/svn/trunk
Also make sure that you have oracle jdk-6, other version creates issues while following the steps to get the native code
来源:https://stackoverflow.com/questions/24568081/not-able-to-compile-webrtc-apprtcdemo-android-application