storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.14k stars 713 forks source link

Getting UnsatisfiedLinkError in relation to this library #1018

Open gwynjudd opened 5 months ago

gwynjudd commented 5 months ago

Hello,

sorry I don't have too much to go on here. But we are getting some crash reports in the play store with the following. Any ideas or advice on how to proceed?

Stack trace
1
Sample attributes:

    [Nokia RDD (Nokia T20)](https://play.google.com/console/u/0/developers/7412953166602219866/app/4974987193625048953/vitals/crashes/60f663450a67c6b911695825a88a82de/details?days=7#)

[Android 12 (SDK 31)](https://play.google.com/console/u/0/developers/7412953166602219866/app/4974987193625048953/vitals/crashes/60f663450a67c6b911695825a88a82de/details?days=7#)
Version: 203019088 (12.14.3.16088)Occurred: 2 days ago

Type

java.lang.UnsatisfiedLinkError

Exception java.lang.UnsatisfiedLinkError:
  at java.lang.Runtime.loadLibrary0 (Runtime.java:1082)
  at java.lang.Runtime.loadLibrary0 (Runtime.java:1003)
  at java.lang.System.loadLibrary (System.java:1661)
  at io.liteglue.SQLiteConnector.<init> (SQLiteConnector.java:8)
  at io.sqlc.SQLiteConnectorDatabase.<clinit> (SQLiteConnectorDatabase.java)
  at io.sqlc.SQLitePlugin.openDatabase (SQLitePlugin.java:212)
  at io.sqlc.SQLitePlugin.access$000 (SQLitePlugin.java:28)
  at io.sqlc.SQLitePlugin$DBRunner.run (SQLitePlugin.java:328)
  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1145)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:644)
  at java.lang.Thread.run (Thread.java:1012)