【问题标题】:Warning: Unclosed files for the types '[io.realm.OrderListRealmProxy]'; these types will not undergo annotation processing警告:“[io.realm.OrderListRealmProxy]”类型的未关闭文件;这些类型不会进行注释处理
【发布时间】:2018-03-30 23:30:10
【问题描述】:

在编译我的 Android 代码时,编译器显示以下警告:

warning: Unclosed files for the types '[io.realm.OrderListRealmProxy]'; these types will not undergo annotation processing"

我的 Realm 对象类有什么问题?

【问题讨论】:

标签: java android sqlite annotations realm


【解决方案1】:

这是因为您在扩展 RealmObject 的对象中使用 List<> 而不是 RealmList<>

【讨论】:

  • 你是一个救生员。
  • 大声笑...乐于助人!?
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2023-03-30
  • 1970-01-01
  • 2020-02-24
  • 2018-03-29
  • 2011-11-29
  • 2021-06-13
  • 1970-01-01
相关资源
最近更新 更多