I\'m using mcxiaoke/android-volley library.Im getting compilation error as
Error:(77, 37) error: reference to JsonObjectRequest is ambiguous, both constructor
Cast the null to string or JSONObject and it should work fine i think.
new JsonObjectRequest(Request.Method.GET, getRequestUrl(10), (String)null, new Response.Listener()