androidsqlitemonoandroid-sqlitegodot

DLLNotFoundException (e_)sqlite3


I'm exporting an Android game from Godot 4.4dev3 with SQLite and having issues getting it to work. It works on desktop. It always results in a DllNotFound error. I am only targetting arm64-v8a on the export. I have tried:

In all above cases I have:

I also tried it on another Android phone, same issue. I can't see why the file is not being loaded/found. I've also:


Solution

  • Moved to LiteDB and it works instantly.