I've the code checkeout from https://code.google.com/p/webrtc/source/browse/trunk/talk I can't seem to find how to build native libraries for ARM (android).

I need these libraries in (jni/.so) in the Android example project: https://code.google.com/p/webrtc/source/browse/trunk/talk#talk%2Fexamples%2Fandroid

p.s. the README inside example project is outdated and talk/build/build_jar.sh is very vague

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top