Not able to compile WebRtc AppRTCDemo android application

主宰稳场 提交于 2019-12-25 07:42:20

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!