App crash when I submit a new post to Parse

前端 未结 5 555
逝去的感伤
逝去的感伤 2021-01-20 03:13

This is the only Place my app crashes and one of the more important features

The LogCat tells me:

java.lang.IllegalArgumentException: You must

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-20 03:37

    Ensure that you've added the below line in the Application.java class where Parse is initialised

    ParseObject.registerSubclass(Message.class);
    

提交回复
热议问题