In volley library giving com.android.volley.ServerError

后端 未结 6 1639
死守一世寂寞
死守一世寂寞 2021-02-09 05:30

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         


        
6条回答
  •  难免孤独
    2021-02-09 06:00

    What causes this error... 1.Wrong Url,check your url for any errors. 2.Missing parameters,any parameters is having null value or you are missing any parameter. 3.Watch for the Keys defined in the params,it should match with those of APIs. Hope it helps!

提交回复
热议问题