码迷,mamicode.com
首页 > 移动开发 > 详细

android--------解决Entities and POJOs must have a usable public constructor

时间:2020-02-06 14:21:31      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:code   param   cto   androi   type   word   const   实体类   follow   

     今天在学习android数据库,运行程序的时候报错,错误是:Entities and POJOs must have a usable public constructor. You can have an empty constructor or a constructor whose parameters match the fields (by name and type).Tried the following constructors but they failed to match:

Word(java.lang.String,java.lang.String) -> [param:english_word -> matched field:unmatched, param:chinese_meaning -> matched field:unmatched]。

   解决方法:在实体类写一个空的构造函数即可。

  因为我有一个有参的构造函数,于是我写了一个空的构造函数即可运行。

  技术图片

 

   写一个空的构造函数:

技术图片 

 

 

 

 

  运行成功:

 

  技术图片

 

 

android--------解决Entities and POJOs must have a usable public constructor

标签:code   param   cto   androi   type   word   const   实体类   follow   

原文地址:https://www.cnblogs.com/yangxiao-/p/12268447.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!