symeonmattes / pjsip

Cordova plugin for the PJSIP library version 2.5.5.
Apache License 2.0
9 stars 7 forks source link

couldn't find "libpjsua2.so" #7

Open rvleyden opened 5 years ago

rvleyden commented 5 years ago

When tying to build on android we are not able to. We've got the error couldn't find "libpjsua2.so"

Do you have any solution on this ?

symeonmattes commented 5 years ago

can you send me the full error? I suppose you build it through ionic cordova platform run android? The libpjsua2.so resides in src/android/jniLibs/armeabi/libpjsua2.so and src/android/jniLibs/x86/libpjsua2.so depending on the architecture. I suppose it didn't find the location or something like that.