import android.widget.Toast; import android.os.Handler; import android.os.Looper; static void androidToast(fS text) { new Handler(Looper.getMainLooper()).post(r { Toast.makeText(androidContext(), text, Toast.LENGTH_SHORT).show(); }); }