Skip to content Skip to sidebar Skip to footer

Error In Android Jsondeserializer When Returning Response

im new here and i have a problem i can not solve. im getting this error in the debug in execution time: 05-02 11:56:07.539 18645-24466/com.appss.appssapp D/Retrofit﹕ java.lang.N

Solution 1:

I am not sure but check this.

When you call setposts method it will try to initialize an arraylist while the object that contains the list is not initialized. So you should new an instance of MainResponse first.

Post a Comment for "Error In Android Jsondeserializer When Returning Response"