Question

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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top