| 38 | == Building apjsua sample application == #apjsua |
| 39 | |
| 40 | 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. |
| 41 | |
| 42 | Follow these steps to build apjsua: |
| 43 | 1. Go to apjsua source directory: |
| 44 | {{{ |
| 45 | $ cd pjsip-apps/src/apjsua |
| 46 | }}} |
| 47 | 1. Make sure swig is in the PATH and build the app: |
| 48 | {{{ |
| 49 | $ make |
| 50 | }}} |
| 51 | 1. Create Android project from apjsua and run it. You can modify apjsua/res/raw/config.txt for apjsua's config file. |
| 52 | |
| 53 | == Other Android projects == |
| 54 | |