错误:adroid.database.sqlite.SQLiteException: table USER has no column named ID (code 1):

最近在研究 GreenDao 的时候  经常会出现 这个错误
android.database.sqlite.SQLiteException: table USER has no column named ID (code 1): , while compiling: INSERT INTO "USER" ("ID","IMAGE","NAME","PRICE") VALUES (?,?,?,?)
翻译了一下:

表用户没有名为ID(代码1)的列:编译时:插入“用户”(“ID”、“图像”、“名称”、“价格”)值(?)???)

 什么鬼

         不可能写错了,     表名?? 语法??   ?赋值  ?  符号 ?库 ?/   检查过几遍 都 没 有    怎么可能犯这种错误


          最后把 APP  给  了      后重新装上, 就好了 ,不能覆盖安装的..........郁闷!!!       

            


            

你可能感兴趣的:(BUG)