卧疾丰暇豫,翰墨时间作。这篇文章主要讲述android--------解决Entities and POJOs must have a usable public constructor相关的知识,希望能为你提供帮助。
今天在学习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】解决方法:在实体类写一个空的构造函数即可。
因为我有一个有参的构造函数,于是我写了一个空的构造函数即可运行。
文章图片
写一个空的构造函数:
文章图片
运行成功:
文章图片
推荐阅读
- Android 添加framework资源包
- android----解决Read timed out的办法
- android----Room数据库的简单操作
- Android 应用开发中如何自定义 Drawable 背景()
- Android教程2020 - RecyclerView显示多种item
- @GetMapping@PostMapping@PutMapping@DeleteMapping@PatchMapping
- Android: Action Bar的使用
- 安卓学习06
- .net core编译时设置不自动生成“netcoreapp3.0”目录