Posts by Daniel • 3 points
1 post
-
-1
votes1
answer1242
viewsQ: java.lang.Nullpointerexception: Attempt to invoke virtual method 'java.lang.String java.lang.String.toString()' on a null Object Reference
I have a problem on line 141, where it says that the string is null and points out the error on this line JSONObject jsonObject = new JSONObject(response.body().toString()); However I am not able to…