SQLite3 in Emteria
Hi there Kalkov,
I'm running forward in my project, already have the CANbus library implemented, a nice display, and so on.
Now, I'm trying to implement a SQLite3 database, it runs fine on my Samsung Tablet, but I get a "04-05 15:12:01.491 1716-1733/? E/Unity: Unable to find sqlite" on the Raspi/Emteria.
Is the sqlite3 inactive? Is there a way to install it, if so?
Thanks for your work so far
0
Comments
There is SQLite database included by default, but I don't know what exactly the Unity framework is trying to load. Could you please post the full stacktrace?
BTW: it might be the problem of the Unity SDK itself:
- https://github.com/aws-samples/aws-sdk-unity-samples/issues/3
- https://answers.unity.com/questions/985840/unity-problem-with-sqlite-on-android.html
Ok, thanks for your reply, one more time.
I'll investigate. Good news there is sqlite included. I'll figure it out.
Best wishes