Changes between Version 11 and Version 12 of Getting-Started/Android
- Timestamp:
- Aug 14, 2012 9:13:51 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v11 v12 37 37 * other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. 38 38 39 == Building a pjsua sample application == #apjsua39 == Building and running apjsua sample application == #apjsua 40 40 41 41 We 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. … … 51 51 $ make 52 52 }}} 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. 54 60 55 61 == Other Android projects ==