UnsatisfiedLinkError when opening SQLite storage
Hi there, I recently published a version of our ionic-app with the sqlite plugin.
It works pretty well for most users but there are currently 2 devices that crash because of the exception below.
I created an issue for the @ionic/storage plugin, but they said that it's probably an issue of this plugin. https://github.com/ionic-team/ionic-storage/issues/210
- Galaxy S8 (Android 9)
- Pixel 3 XL (Android 9)
- Nexus 5X (Android 8) ....

Hi @NLueg Did you solve the problem?
Hi @NLueg Did you solve the problem?
@juanico18 good question, actually. Crashlytics doesn't complain about the issue anymore, but I don't think that this is because of my changes.
I removed the plugin localForage-cordovaSQLiteDriver from my app and implemented the functionality by myself. But the code is heavily inspired by this plugin and I just migrated the JavaScript to TypeScript which leaded to some small changes. I can't say why the issue seems to be solved 🤷🏻♂️
As there won't happen anything from the creator of this library, I published my own: https://github.com/NLueg/localforage-cordova-sq-lite-driver.