I have created a sqlite database and copied the .db file to assets folder of the application as stated in question 2605555. The code compile fine. During runtime, it says unable to read the file.
I would like to use readymade .db file and want to create database only if it does not exist.
Need help to create the database using .db file.