String api_url = "http://test.com"; JsonObjectRequest jsonRequest = new JsonObjectRequest(Request.Method.GET,api_url,null, new Response.Listener<JSONObject>() { @Override public void onResponse(JSONObject jsonObject) { // 処理 } }, new Response.ErrorListener(){ @Override public void onErrorResponse(VolleyError error){ // } } ); 昨日の朝まではエラーも出ずに問題なかったんですけれど。 エラー: JsonObjectRequestの参照はあいまいです。 JsonObject