Android问题记录 EditText 使用 setText方法时 如果是int类型 该注意setText的内容,否则会调用int指向的资源,

所以需要把int类型的内容做处理 如 setText(""+int类型的内容)