for (int i = 0; i < jsonArray.size(); i++) {
jsonObjectRow = (JSONObject) jsonArray.get(i);
name = jsonObjectRow.get("tag").toString();
size = jsonObjectRow.get("size").toString();
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
arrStre[i] = (JSONArray) jsonObjectRow.get("street"); // popola solo ultimo
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
tag[i] = "tag" + name;
sizes[i] = "size" + size;
}
线程“main”java.lang.NullPointerException中的异常 在inpserver.Parser.MemoDati.popolamento(MemoDati.java:48) 在TestingMain.MainTest.main(MainTest.java:11) C:\ Users \ norberto \ AppData \ Local \ NetBeans \ Cache \ 8.1 \ executor-snippets \ debug.xml:83:Java返回:1 BUILD FAILED(总时间:0秒)
错误符合arrSTre [i] ......等。 为什么NullPointerException?