Hello there fellow coders, I wanted to try PJSIP on an Android AVD. I performed the following steps : - Downloaded source code from http://svn.pjsip.org/repos/pjproject/branches/projects/android/ - I updated the config_site.h with #define PJ_CONFIG_ANDROID 1 #include <pj/config_site_sample.h> - $ cd /path/to/your/pjsip/dir - $ export ANDROID_NDK_ROOT=/path_to_android_ndk_dir - $ ./configure-android - $ make dep && make clean && make Now, the next step says : Building apjsua sample application but the directions given to proceed are very confusing. it reads, 1. (Re)Compile pjsua with USE_GUI defined. 2. Go to apjsua source directory: $ cd pjsip-apps/src/apjsua 3. Make sure swig is in the PATH and build the app: $ make 4. Create Android project from apjsua and run it. You can modify apjsua/res/raw/config.txt for apjsua's config file. My question is : 1. Where do you define USE_GUI?? 2. What doe this step mean : Create Android project from apjsua and run it. Could someone please elaborate. Regards. Vinu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120810/fa85135c/attachment-0001.html>