I\'m trying to create a table of statistics but for some reason, it doesn\'t create until I call StatisticsAdapter.insertEntry() for the first time. After that, I c
StatisticsAdapter.insertEntry()
Just update the DATABASE_VERSION in your dbHelper class.