Open enderchen opened 11 years ago
@Table(name="t_qingzhen") public class Qingzhen {
@Id(column="qingzhenid")
private int qingzhenid;
数据库名称是t_qingzhen,主键是qingzhenid,这样设计有问题?奇怪的是在模拟器跑没有问题,但打包发布后,在真机跑出现
"the class["+clazz+"]'s idField is null , \n you can define _id,id property or use annotation @id to solution this exception"
找不到主键的错误,请问问题出现在哪里?
clazz 应该是显示Qingzhen来的吧。 有没有详细点的信息,例如使用的是哪个版本,测试代码,出错堆栈信息等。
在模拟器上跑没有问题,用电脑连接手机安装进去也没有问题,但签名打包后,发到手机里面,发现数据库初始化出错,已经确定是数据库问题了,请问如何解决?