android.database.sqlite.SQLiteConstraintException: error code 19: constraint failed错误原因

情况1:你定义的字段为 not null而插入时对应的字段却没值。

情况2:你定义的字段设定PRIMARY,而插入的值已经在表中存在。