When does SQLiteOpenHelper onCreate() / onUpgrade() run? I have created my tables in my SQLiteOpenHelper onCreate() but receive SQLiteException: no such table or SQLiteException: no such column errors. Why? NOTE: (This is the amalgamated summary of... May 15, 2022 0 Comments