0

I'm a Android Coder,The version of ObjectBox I was using was 3.1.2, and I couldn't make the entity class implement the Parcelable interface. If I did, I would get an error at run time ==> [class not def exception]

I want Entity Class in OB can support Parcelable compiler and run

David Wasser
  • 93,459
  • 16
  • 209
  • 274
  • 1
    Please edit your question. Add the code that you wrote for your entity class and also the exception/log message with stacktrace from logcat when you got the runtime exception. – David Wasser Aug 14 '23 at 10:19
  • 1
    The problem has been resolved because it was bytecode editing that caused the virtual machine to load check errors, not ObjectBox. but thanks – dengjie zhang Aug 16 '23 at 05:06
  • Glad you were able to solve the problem. Please create an answer that describes how you solved it and accept that answer. It might help someone else with a similar issue and it will get this question off the list of unanswered questions. – David Wasser Aug 16 '23 at 11:25

0 Answers0