I have this bit of code in the MainActivity file RequestQueue queue = new Volley.newRequestQueue(this); and for some reason the newRequestQueue part is red and when I hover over it I get Cannot resolve symbol 'newRequestQueue'. How can I solve this ?