Nick Dowell
2017-05-26 15:19:46 UTC
After running `make dep` and `make` in the top-level directory, cd into pjsip-apps/src/swig and run `make`
libpjsua2.so will be produced in pjsip-apps/src/swig/java/android/app/src/main/jniLibs/armeabi/
Confusingly, all architectures produce their output in the jniLibs/armeabi directory.
You can run `file libpjsua.so` to verify its architecture.
Hope that helps!
Nick
libpjsua2.so will be produced in pjsip-apps/src/swig/java/android/app/src/main/jniLibs/armeabi/
Confusingly, all architectures produce their output in the jniLibs/armeabi directory.
You can run `file libpjsua.so` to verify its architecture.
Hope that helps!
Nick
Hi,
I am facing some issue.
I am building pjsip for android and want to create .so file for armeabi-v7a architecture.
i successfully run command for armeabi-v7a
TARGET_ABI=armeabi-v7a ./configure-android --use-ndk-cflags --with-openh264=/Users/nisha/pjsipnew/openh264-master/android
But problem is where do i find libpjsua2.so file for armeabi-v7a architecure.
I am following https://trac.pjsip.org/repos/wiki/Getting-Started/Android <https://trac.pjsip.org/repos/wiki/Getting-Started/Android> for reference.
Please help
Regards
Mayur Tailor
I am facing some issue.
I am building pjsip for android and want to create .so file for armeabi-v7a architecture.
i successfully run command for armeabi-v7a
TARGET_ABI=armeabi-v7a ./configure-android --use-ndk-cflags --with-openh264=/Users/nisha/pjsipnew/openh264-master/android
But problem is where do i find libpjsua2.so file for armeabi-v7a architecure.
I am following https://trac.pjsip.org/repos/wiki/Getting-Started/Android <https://trac.pjsip.org/repos/wiki/Getting-Started/Android> for reference.
Please help
Regards
Mayur Tailor