문제

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