- Home /
Sqlite3.dll not integrated into Android Build
Hello,
Like many Android users, my Unity builds fail to integrate sqlite3.dll, which is required to make the integrated Mono Sqlite feature work.
Did any of Unity Android devs here managed to make it work ? How ?
(Sqlite works in Editor, but not on my Android phone, throwing a missing DLL exception for sqlite3.dll. Of course the DLL is correctly inserted in my project folder, under Assets/Plugins)
Thank you in advance :)
Answer by n0mad · Sep 12, 2011 at 11:49 AM
Problem solved :
Unity needs the Shared Object Library version (Linux version) of the sqlite3.dll, which is unfortunately not provided on www.sqlite.org (that's odd, but well..).
Some forum user kindly posted a version of it, so it can work on Android. Here : http://forum.unity3d.com/threads/97043-Sqlite-for-Android-help-please?p=686204#13
Solved everything for me.