135 | | 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. |
| 135 | This step should produce: |
| 136 | - native library {{{libpjsua2.so}}} in {{{pjsip-apps/src/swig/java/android/libs/armeabi}}} |
| 137 | - note: if you are building for other target ABI, you'll need to manually move {{{libpjsua2.so}}} to the appropriate target ABI directory, e.g: {{{libs/armeabi-v7a}}}, please check [https://developer.android.com/ndk/guides/abis.html#am here] for target ABI directory names. |
| 138 | - pjsua2 Java interface (a lot of {{{.java}}} files) in {{{pjsip-apps/src/swig/java/android/src/org/pjsip/pjsua2}}} |
| 139 | 1. Make sure any library dependencies are copied to {{{pjsip-apps/src/swig/java/android/libs/armeabi}}} (or the appropriate target ABI directory), e.g: {{{libyuv.so & libopenh264.so}}} for video support. |