I am using my own SQLite3 database as opposed to creating a new one each time my app runs, as I have a few tables with static data that I am trying to display. I created my
Have you moved the database from the assets folder to /data/data/YOUR_PACKAGE/databases/ on the emulator?
/data/data/YOUR_PACKAGE/databases/
This is a good detailed post about moving the database to /data/data/YOUR_PACKAGE/databases/ if it does not exist.
Here is another short and simple solution to it.