Martin Lyne
Martin Lyne

Reputation: 3065

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:

Upvotes: 0

Views: 115

Answers (1)

Martin Lyne
Martin Lyne

Reputation: 3065

Moved to LiteDB and it works instantly.

Upvotes: 0

Related Questions