1

Everything is working fine but from few hours i am getting the error

E/TAG: com.android.volley.ParseError: org.json.JSONException: Value Connection of type java.lang.String cannot be converted to JSONObject

I am using compile 'com.mcxiaoke.volley:library-aar:1.0.0' Library

@Override
public void onErrorResponse(VolleyError error) {
Log.e("TAG",message);
}

1 Answer 1

1

It seems to be Error in your server side where Your API resides. Check your Rest API working properly.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.