android Toast问题

有的时候很简单的问题也会出错   如:我们常用的toast 简单的提示框   

  如果我们在toast.make(context,integer,100).show();

//显示的内容是int类型的时候,就会报错

android.content.res.Resources$NotFoundException: String resource ID #0x2


你可能感兴趣的:(android Toast问题)