Caused by: android.database.sqlite.SQLiteException: no such table: (code 1) Android

后端 未结 16 2377
一整个雨季
一整个雨季 2020-12-15 05:01

We have a sqlite database in our Application. Its working fine for all the users but few of them experiencing the Caused by: android.database.sqlite.SQLiteException: n

16条回答
  •  无人及你
    2020-12-15 05:39

    kindly initiallize copy database or database helper in main class like that Database helper = new Database(this); helper.execute(sqliteobj)

提交回复
热议问题