我有一个AsynkTask:newAsyncTask(){privateProgressDialogmProgressDialog;@OverrideprotectedvoidonPreExecute(){Log.i(TAG,"Preexecute:"+System.currentTimeMillis());super.onPreExecute();mProgressDialog=ProgressDialog.show(NewWeatherActivity.this,null,getResources().getString(R.string.weather_is_updating))