I\'m using mcxiaoke/android-volley library.Im getting compilation error as
Error:(77, 37) error: reference to JsonObjectRequest is ambiguous, both constructor
You just used null reference.
new JsonObjectRequest(Request.Method.GET, getRequestUrl(10), (String)null, new Response.Listener()
its work for me