Changes between Version 11 and Version 12 of Getting-Started/Android


Ignore:
Timestamp:
Aug 14, 2012 9:13:51 AM (12 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v11 v12  
    3737 * other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. 
    3838 
    39 == Building apjsua sample application == #apjsua 
     39== Building and running apjsua sample application == #apjsua 
    4040 
    4141We 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. 
     
    5151$ make 
    5252    }}} 
    53  1. Create Android project from apjsua and run it. You can modify apjsua/res/raw/config.txt for apjsua's config file. 
     53 1. Create Android project from apjsua. In Eclipse: 
     54    a. From menu: '''File''' --> '''New''' --> '''Project''' 
     55    a. Select '''Android Project from Existing Code''', press '''Next''' 
     56    a. In ''Root Directory'', put the location of '''apjsua''' source code (i.e. $PJDIR/pjsip-apps/src/apjsua) and press '''Finish''' 
     57 1. You may need to select different Android SDK than what is configured in apjsua. You can do this from the project's '''Properties'''. 
     58 1. You can modify {{{apjsua/res/raw/config.txt}}} for apjsua's config file. 
     59 1. Run it. 
    5460 
    5561== Other Android projects ==