How to import pjsip library in Android

644 views Asked by At

I am developing the app in Windows with the following Architecture. Android - API19 Eclipse - Juno OS -Windowsx64

Can anybody help me how to import the PJSIP library? I want to develop an SIP to SIP call application.

1

There are 1 answers

0
eriuzo On

the getting started guide only provide instructions using linux.

you can install cygwin/mingw and try to continue to build in windows

or just create a vm using virtualbox/vmware, install linux then develop on it.