jjzjj

java - onPostExecute() 中的 ArrayList 空指针异常

在ArrayList中获取NullPointerException。我正在使用下面的行来记录ArrayList的大小,但我总是得到NPE。可能是什么原因?Log.d("catArrayList:Size:New",""+categoryArrayList.size());这里还有一些代码:protectedvoidonPostExecute(Booleanresult){dialog.cancel();Log.d("catArrayList:Size",""+categoryArrayList.size());Log.d("typArrayList:Size",""+typeArray