一切正常,但从几个小时后我就收到了错误
E/TAG: com.android.volley.ParseError: org.json.JSONException: Value Connection of type java.lang.String cannot be converted to JSONObject
我正在使用compile 'com.mcxiaoke.volley:library-aar:1.0.0'
图书馆
@Override
public void onErrorResponse(VolleyError error) {
Log.e("TAG",message);
}
答案 0 :(得分:1)
您的API所在的服务器端似乎是错误的。 检查您的Rest API是否正常工作。