User7723337
User7723337

Reputation: 12018

Not able to compile WebRtc AppRTCDemo android application

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.

Upvotes: 0

Views: 696

Answers (1)

Ichigo Kurosaki
Ichigo Kurosaki

Reputation: 3843

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

Upvotes: 2

Related Questions