I am trying to make my first Android app. I noticed that the SQLiteOpenHelper.onCreate() method is not called to create tables if the database not exists. Howev
SQLiteOpenHelper.onCreate()
I had the same problem.. the resolution for me was to add .db as extension of the database name