x


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 :)

more ▼

asked Sep 05 '11 at 10:15 AM

n0mad gravatar image

n0mad
104 4 5 10

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Problem solved :

Unity needs the Shared Object Library version (Linux version) of the sqlite3.dll, which is unfortunately not provided on http://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.

more ▼

answered Sep 12 '11 at 11:49 AM

n0mad gravatar image

n0mad
104 4 5 10

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2458
x654
x232
x49

asked: Sep 05 '11 at 10:15 AM

Seen: 1644 times

Last Updated: Sep 12 '11 at 11:49 AM