Changes between Version 7 and Version 8 of Getting-Started/Android


Ignore:
Timestamp:
Jul 23, 2012 3:37:12 AM (12 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v7 v8  
    3636 * other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. 
    3737 
     38== Building apjsua sample application == #apjsua 
     39 
     40We have apjsua sample application located under {{{pjsip-apps/src/apjsua}}}. It is not built by default, and you need [http://www.swig.org/download.html SWIG] to build it. 
     41 
     42Follow these steps to build apjsua: 
     43 1. Go to apjsua source directory: 
     44    {{{ 
     45$ cd pjsip-apps/src/apjsua 
     46    }}} 
     47 1. Make sure swig is in the PATH and build the app: 
     48    {{{ 
     49$ make 
     50    }}} 
     51 1. Create Android project from apjsua and run it. You can modify apjsua/res/raw/config.txt for apjsua's config file. 
     52 
     53== Other Android projects == 
     54 
    3855Also have a look at the following PJSIP Android project: 
    3956 * [http://code.google.com/p/csipsimple/ csipsimple] project, an Android port of pjsip.