In gpu class declare it as followin:
public String gpu2dcurent = "1234567";
In AsyncTask class readgpu2d, use it as following:
gpu.gpu2dcurent = result;
Update your UI=User Interface means TextView in
onProgressUpdate()
method of AsyncTask.
And check where have you declared gpu2dcurent variable???