I am trying to use my own created database in my android application using this tutorial http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applicatio
The problem with your code is that when you use the getReadableDatabase()
function it creates an empty database in the specified location. Take a look at this thread, it provided a solution for me when I had the same issue:
http://www.anddev.org/networking-database-problems-f29/missing-table-in-sqlite-with-specific-version-of-desire-hd-t50364.html