txt_test =...... 텍스트 뷰 선언 함..
for(int i=0; i<10; i++){
        txt_test.setText("" + i);
        try{
                Thread.sleep(1000);
        }catch(Exception e){ }
}

이렇게 해서 숫자가 변하는걸 보고 싶은데 안돼네요..ㅠ.ㅠ 제가 윈도우 64비트라 그런건가요??