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

后端 未结 9 825
心在旅途
心在旅途 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 05:59

    As @joeabala has mentioned above, much time this problem is caused by syntax like you forgot the space or commas, but if you checked there is no problem with it but youstill get the problem, maybe you need to uninstall the app on the virtual device and restart it which may help you

提交回复
热议问题