解决方案:
原文地址: 点击打开链接
Looper.prepare();
Toast.makeText(CreateSection.this, CreateSection.this.getString(R.string.forum_section_saved), Toast.LENGTH_SHORT).show();
Looper.loop();
原文地址: 点击打开链接