第二个setText一直报错
text.setText("第一进度百分比:"+(int)(progress.getProgress()/(float)progress.getMax()*100)+"% 第二进度百分比:" + (int)(progress.getSecondaryProgress()/(float)progress.getMax()*100)+"% 最大进度百分比:"+(int)(progress.getMax()/(float)progress.getMax()*100)+"% ");