SQLiteException: no such table

后端 未结 9 648
礼貌的吻别
礼貌的吻别 2021-01-06 08:26

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

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-06 08:58

    Just happened to me. I don't exactly know why but changing the DB_VERSION attribute to a bigger number made it work. The thing is: each time i'm changing the fields of the DB (attributes of the SQLiteDB class), i need to change that number.

提交回复
热议问题