problem about sqlite database, no such table:

前端 未结 4 1887
-上瘾入骨i
-上瘾入骨i 2020-11-29 11:32

I open a sqlite database and use rawquery to get data.

But the log.e show the information:

android.database.sqlite.SQLiteException: no such t

4条回答
  •  渐次进展
    2020-11-29 12:09

    I think this error occurs when you change the table structure. To solve this, clean the data (Settings -> Manage application -> Clear data) before installing the new application.

    Regards.

提交回复
热议问题