此异常或 java 编号空指针异常总是发生在我的应用程序中。我包围try...catch...
了,但仍然出现这个。
try{
} catch (Exception ex) {
toast = Toast.makeText(Main_ParticularCategoryAllNews.this,
Config_ConstantVariable.warnmsg_serverwifidown,
Toast.LENGTH_SHORT);
toast.setGravity(Gravity.CENTER_VERTICAL
| Gravity.CENTER_HORIZONTAL, 0, 0);
toast.show();
}
那么如何禁用它呢?