< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] reSIProcate on Android


On 01/08/12 09:33, Kishen Harendra wrote:
> Hi All,
> 
> Is it possible to compile reSIProcate stack for android? I am new to
> android so I am not sure if all the boost packages and STL are supported by
> Android since these are there in the reSIProcate stack.
> 


Hi Kishen,

I've compiled a few things for Android using the NDK and other methods.
 See the codecs in the Lumicall source tree for an example.
https://github.com/opentelecoms-org/lumicall/tree/master/jni

You are right:  all the libraries, like boost, need to be compiled for
Android too

Also remember that Android doesn't have a full glibc, it uses bionic:
this is not sufficient for some complicated projects.

Can you tell us any more about your goals and/or what you are trying to
create?  Have you seen Lumicall, CSipSimple and some of the other
softphones for Android?

Regards,

Daniel