Changes between Version 47 and Version 48 of Getting-Started/Android
- Timestamp:
- Mar 27, 2015 8:47:55 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v47 v48 149 149 $ make 150 150 }}} 151 1. Make sure any library dependencies are copied to {{{$PJDIR/pjsip-apps/src/swig/java/android/libs/armeabi}}}, e.g: {{{libyuv.so & libopenh264.so}}} for video support. 151 152 1. Create Android project from pjsua. In Eclipse: 152 153 a. From menu: '''File''' --> '''New''' --> '''Project''' … … 161 162 162 163 163 == Using pjsua2 for your own application == #create-own-app164 == Using pjsua2 for developing your own application == #create-own-app 164 165 165 166 Note that this has only been tested using [http://developer.android.com/tools/help/adt.html Eclipse with ADT], however it might also be applicable for [http://developer.android.com/tools/studio/index.html Android Studio].