gaganinvic / cordova-plugin-jitsi-meet

Cordova plugin for jitsi meet react native sdk
10 stars 58 forks source link

java.lang.UnsatisfiedLinkError: dlopen failed: "/data/data/io.ionic.starter/lib-main/libgnustl_shared.so" is 32-bit instead of 64-bit #1

Closed ZooLeeCoding closed 6 years ago

ZooLeeCoding commented 6 years ago

java.lang.UnsatisfiedLinkError: dlopen failed: "/data/data/io.ionic.starter/lib-main/libgnustl_shared.so" is 32-bit instead of 64-bit

This is the error code I receive, when trying to run the Ionic application with this plugin on Android 7.0. I'm trying to call the loadURL method on my main page in the constructor, without the plugin or specifically, without calling the loadURL method everything works fine. The app immediately crashes after the splashscreen disappeared.

I'm trying to use some solutions I've found on stackoverflow to get 32-bit libraries running on a 64-bit system (like this: https://stackoverflow.com/questions/30782848/how-to-use-32-bit-native-libraries-on-64-bit-android-device?lq=1) but no luck so far.

What am I doing wrong?

gaganinvic commented 6 years ago

I added the fix. This should help. Let me know how it goes

ZooLeeCoding commented 6 years ago

Works perfectly. Thank you :)

gaganinvic commented 6 years ago

Perfect