Hello,
I want to know how I can package my sqlite db file into my application.
I create data folder into my project directory and put my database.db.
But that db file is not transferred into target when I try to run as.
In this time, the db file should be packaged for my use.
Could you give me some guide for it?
Thanks
How to package db file into my application?