mcxiaoke / android-volley

DEPRECATED
4.29k stars 1.56k forks source link

reference to JsonObjectRequest is ambiguous #133

Closed emandtf closed 8 years ago

emandtf commented 8 years ago

When trying to compile I get this error:

Error:(2495, 41) error: reference to JsonObjectRequest is ambiguous both constructor JsonObjectRequest(int,String,String,Listener,ErrorListener) in JsonObjectRequest and constructor JsonObjectRequest(int,String,JSONObject,Listener,ErrorListener) in JsonObjectRequest match