I am getting exception
com.sun.jdi.InvocationException occurred invoking method.
when
JSONObject jsonResponse = new JSONObject(response.toString());
response is a json result.
I am getting exception
com.sun.jdi.InvocationException occurred invoking method.
when
JSONObject jsonResponse = new JSONObject(response.toString());
response is a json result.