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

后端 未结 16 2351
一整个雨季
一整个雨季 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:38

    If you are using GreenDao and get this error, be sure you are unistalling the app and try again. This solved my problem

提交回复
热议问题