Changes between Version 14 and Version 15 of Getting-Started/Android
- Timestamp:
- Oct 25, 2012 8:51:00 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v14 v15 44 44 1. Make sure SWIG is in the build environment PATH. 45 45 - 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 }}} 46 52 1. Create Android project from apjsua. In Eclipse: 47 53 a. From menu: '''File''' --> '''New''' --> '''Project'''