You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open a connection like this in a task. It will crash on some devices.
The device I use is: Oppo A37fw
Android version: 5.1.1
It also happens on the MemuPlay emulator with android version 5.x
But if I open it like this, it should work perfectly
I used this in a Task and the game crashed on some device:
SQLiteConnection sqlCon = new SQLiteConnection (fullFilePath, passwordToSetup);
I see that the reason is when calling SQLite3.Open but I don't understand why because it called native from here.
This is my logcat:
The text was updated successfully, but these errors were encountered: