android.database.sqlite.SQLiteException: table X has no column named Y: , while compiling: INSERT INTO

后端 未结 9 823
心在旅途
心在旅途 2020-12-11 05:52

this is my error in console :

11-29 19:06:50.295: E/AndroidRuntime(333): android.database.sqlite.SQLiteException: table usuarios has no column named email: ,         


        
9条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-11 06:11

    This problem occurs mostly when you make a change in the database but do not delete the previous database. Uninstall the app and then run it.

提交回复
热议问题