skip to Main Content

onResponse(String response) try { JSONObject jsonObject=new JSONObject(response);java.lang.String cannot be converted to JSONObject – Phpmyadmin

I can't find answer. tried many websites including this. i want to know where from the problem coming. Error is: org.json.JSONException: Value connection of type java.lang.String cannot be converted to JSONObject This is my andorid code:- StringRequest stringRequest=new StringRequest(Request.Method.POST, URL_LOGIN,…

VIEW QUESTION
Back To Top
Search