Changes between Version 72 and Version 73 of Getting-Started/Android


Ignore:
Timestamp:
Oct 12, 2018 6:56:45 AM (6 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v72 v73  
    4141 * The {{{./configure-android}}} is a wrapper that calls the standard {{{./configure}}} script with settings suitable for Android target. Standard {{{./configure}}} options should be applicable to this script too. Please check {{{./configure-android --help}}} for more info. 
    4242 * Other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. 
     43 * Before building for another architecture, make sure to cleanup all existing binary and intermediate files, e.g: 
     44      {{{ 
     45$ cd /path/to/your/pjsip/dir 
     46$ make clean 
     47 
     48# cleanup pjsua sample app 
     49$ cd pjsip-apps/src/pjsua/android/jni 
     50$ make clean 
     51 
     52# also cleanup pjsua2 sample app (SWIG) 
     53$ cd /path/to/your/pjsip/dir 
     54$ cd pjsip-apps/src/swig 
     55$ make clean 
     56      }}} 
    4357 
    4458== Video Support ==