I want to set up a local database for my Unity-based application. Up to now, I have followed this tutorial post to setup all things: SQLite and Unity: How to do it right
Within my Unity Editor, all things working properly without any problem but when I execute the game build within Android device, it was giving me this kind of error message:
With a similar error message, I read many posts and tried different approaches but nothing worked for me so I have decided to post the question here.
At present, this kind of setup I have for sqlite3:
To give me some suggestion still if you require some details then let me know.