Changes between Version 14 and Version 15 of Getting-Started/Android


Ignore:
Timestamp:
Oct 25, 2012 8:51:00 AM (12 years ago)
Author:
nanang
Comment:

Added missing ndk-build in apjsua build steps

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v14 v15  
    4444 1. Make sure SWIG is in the build environment PATH. 
    4545     - Alternatively, update SWIG path in {{{$PJDIR/pjsip-apps/src/apjsua/jni/Android.mk}}} file. 
     46 1. Run {{{ndk-build}}} from directory {{{$PJDIR/pjsip-apps/src/apjsua}}}, note that the Android NDK root should be in the PATH, e.g: 
     47     {{{ 
     48$ cd /path/to/your/pjsip/dir 
     49$ cd pjsip-apps/src/apjsua 
     50$ ndk-build 
     51     }}} 
    4652 1. Create Android project from apjsua. In Eclipse: 
    4753    a. From menu: '''File''' --> '''New''' --> '''Project'''