pjsua is not an appropriate application for the Android emulator. Remember, it's an EMULATOR, so it's emulating an ARM instruction set on X86. This is slow, and it's not conducive to running real-time applications. And pjsua surely IS a real-time application. If pjsua runs at all on the emulator, it won't run well. There will be audio dropouts, underruns, and other problems. The Android emulator is primarily intended for developing UI and can be used for native code as well - as long as the real-time requirements are modest, or preferably nil. Another issue is that pjsua is an executable binary, and Android can't run executable binaries. You'd have to build an APK (Android app) that can host the pjsip shared library and then use JNI to access it. An application that does this is the CSipSimple soft phone for Android: http://code.google.com/p/csipsimple/ Craig Vanderborgh On Wed, Oct 10, 2012 at 4:48 PM, Pappachan, Pradeep M < pradeep.m.pappachan at intel.com> wrote: > ** ** > > Hi,**** > > ** ** > > I am trying to get the apjsua application to run on the android x86 > emulator. Is it possible to get two emulator instances on different > machines, running the app, to set up a sip/rtp connection? If it is > possible, how does one configure networking in the emulator (port > redirection) to make it work? **** > > ** ** > > Also, I would be interested in knowing if anyone has successfully run the > app on an x86 device or emulator, and what, if any, problems they > encountered during the process.**** > > ** ** > > Thanks,**** > > Pradeep**** > > **** > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -- "Without forgiveness one remains a prisoner of one's past" -- John Paul II -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20121010/f065873b/attachment-0001.html>