bupt-william / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Could you describe how to build library for Android? #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi All,

i want to build this library for android, but i can't understand how.
Could you describe this process? i have found a few issues with same question 
but i haven't found solutions. 

maybe do you have binaries for Android?

thanks

Original issue reported on code.google.com by hamster...@gmail.com on 7 Dec 2011 at 1:06

GoogleCodeExporter commented 9 years ago
1. Copy the gcc flags from linux building
2. Using these flags to create Android.mk for NDK tools.
3. Prebuild of expat and openssl library are also need.

Original comment by achang.z...@gmail.com on 5 Jan 2012 at 1:10

GoogleCodeExporter commented 9 years ago
See WebRTC build instructions regarding compiling for Android.

Original comment by juberti@google.com on 31 May 2013 at 10:42