symeonmattes / pjsip

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

App crashing on Android - couldn't find "libpjsua2.so" #4

Closed marcelgoya closed 6 years ago

marcelgoya commented 6 years ago

Hi there,

I've tried to use your plugin on Android and followed the steps from your description. When I run the App it does not seem to find the "libpjsua2.so" file for whatever reason, even though the file is inside the androidl/libs/armebi folder. Do you have any ideas how to fix the problem?

Thanks, Marcel

symeonmattes commented 6 years ago

what error does it give you?

2018-03-21 12:31 GMT+02:00 Marcel Goya notifications@github.com:

Hi there,

I've tried to use your plugin on Android and followed the steps from your description. When I run the App it does not seem to find the "libpjsua2.so" file for whatever reason, even though the file is inside the androidl/libs/armebi folder. Do you have any ideas how to fix the problem?

Thanks, Marcel

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/symeonmattes/pjsip/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/ACyWKO8zZsbJfyk5xh7LnFTJvU6pisDyks5tgiwdgaJpZM4SzUnk .

marcelgoya commented 6 years ago

The error is:

... couldn't find "libpjsua2.so"

marcelgoya commented 6 years ago

sorry, that's all there is plus it shows me all the directories its looking for

symeonmattes commented 6 years ago

I suppose you have tried to uninstall and reinstall the plugin.

Are you installing it on an ionic project?

On Wed, 21 Mar 2018, 14:21 Marcel Goya, notifications@github.com wrote:

sorry, that's all there is plus it shows me all the directories its looking for

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/symeonmattes/pjsip/issues/4#issuecomment-374918616, or mute the thread https://github.com/notifications/unsubscribe-auth/ACyWKE91aTR3cPrgh-b9ln4VhX0YEIbzks5tgkXZgaJpZM4SzUnk .

marcelgoya commented 6 years ago

Yes, already did that but to no avail. Yup, it's an Ionic project.

symeonmattes commented 6 years ago

ok...did you manage to find a solution?

On Wed, 21 Mar 2018, 16:26 Marcel Goya, notifications@github.com wrote:

Closed #4 https://github.com/symeonmattes/pjsip/issues/4.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/symeonmattes/pjsip/issues/4#event-1533337748, or mute the thread https://github.com/notifications/unsubscribe-auth/ACyWKO_NtGtVPjTt3-19xmvvHFhockkPks5tgmMdgaJpZM4SzUnk .

marcelgoya commented 6 years ago

Unfortunately not, so I had to use the cordova-sip plugin instead.