David0899
David0899

Reputation: 37

Rest API call in Android using Retrofit

i want to build a GPS Android App with Rest APIs requests using Retrofit. However, I have a problem with a requets. The response.body() is null. All of my other requests work fine. I hope someone can help me ...

request Class Error Code Postman

Upvotes: 0

Views: 342

Answers (1)

gevondov
gevondov

Reputation: 166

Exception is saying that response.body() returns null. You can set breakpoint on this line and check if it is null or not.

Upvotes: 1

Related Questions