org.json.JSONException: Value <br of type java.lang.String cannot be converted to JSONObject

后端 未结 5 2223
孤独总比滥情好
孤独总比滥情好 2020-11-29 11:11

I m trying to do a registration page from an android activity connectiong the datas to my sqldatabase, I m getting this error \" org.json.JSONException: Value

First of

5条回答
  •  误落风尘
    2020-11-29 11:15

    I have the same problem; i found the solution the easy way.

    In Java code just type Log.e("anyText",response); In logCat it will show you what is problem

提交回复
热议问题