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
Today I've received the following crash when the app tried to delete some entities. It's the first time I am receiving this error, I did not change anything in the calling code.
Fatal Exception: android.database.sqlite.SQLiteException
Failed to change locale for db '/data/user/0/com.my.app/databases/simplenosql.db' to 'en_US'.
Today I've received the following crash when the app tried to delete some entities. It's the first time I am receiving this error, I did not change anything in the calling code.
As far as I understand https://stackoverflow.com/a/19491862/2350644 might fix the issue.
I.e. in
SimpleNoSQLDBHelper.java
change the constuctor call from this:to this:
I wasn't yet able to reproduce this error and test if this really works. I will answer to this post (and possibly create a PR) if it solves the error.
Here is the detailed stack trace:
The text was updated successfully, but these errors were encountered: