I try to login in my application, when I try to call API using volley library, it\'s giving com.android.volley.ServerError and response code 400.
final String u
In below method
public void onErrorResponse(VolleyError error)
add this line:-
error.printStackTrace()
You will get all stack trace which gives you the actual error. I have also get this error but in my case it is actually TimeoutException.