Android Volley POST Sending Parameters is always null

前端 未结 4 431
攒了一身酷
攒了一身酷 2021-01-20 01:49

I am new in android.Now i am doing one application.For this one i need to send data into server.Now i am using Volley post method.But the parameters is always shows null wh

4条回答
  •  孤独总比滥情好
    2021-01-20 02:11

    I am also faced this type of error i wasted half day to solve this.Finally i solved.

    It is not Android code problem,check parameters what u send to server and check columns in database.If columns not found in database that we get this error.

提交回复
热议问题