伙计们。我有这个代码(asyncTask)我的动画()函数:publicvoidanimation(){intcurrentRotation=0;anim=newRotateAnimation(currentRotation,(360*4),Animation.RELATIVE_TO_SELF,0.5f,Animation.RELATIVE_TO_SELF,0.5f);currentRotation=(currentRotation+45)%360;anim.setInterpolator(newLinearInterpolator());anim.setDuration(4000);