建议修改吐司为静态吐司 在TastyToast类中修改 代码如下:
static Toast toast = null; //Toast的对象! public static Toast makeText(Context context, String msg, int length, int type) { if (toast==null) { toast= new Toast(context); } 替换原此位置代码即可