Google CloudPrint打印无限拷贝(Android)

时间:2015-02-04 18:11:59

标签: android google-cloud-print

自去年12月以来,我一直在使用Google CloudPrint,并且在打印时突然(有时,主要是网络速度很慢),它会继续打印。

我正在使用此配置:Android手机,我的应用程序通过Google CloudPrint创建带票的打印作业,Android通知中心显示打印作业" Printing" (如在发送...中),Google CloudPrint接收任务,并使用与之关联的打印机进行打印,然后通常会从通知中心删除打印作业。就这样。

现在,它停留在通知中心......永远,即使您取消,它也已经发送了大量打印作业(它们在GoogleCloud面板上显示得很慢)。

Google CloudPrint是否存在错误,或者我的(现在可能已过时)代码存在问题?

我知道是Beta,但是我找不到文档,已知错误或任何内容。

如果你可以指导我解决这个问题......

(这是我用来发送意图的代码)

PrintHelper photoPrinter = new PrintHelper(Context);
photoPrinter.setScaleMode(PrintHelper.SCALE_MODE_FIT);
photoPrinter.printBitmap("print job", bitmap);

1 个答案:

答案 0 :(得分:0)

我在三星Galaxy Tab 4上遇到了同样的问题。我卸载了云打印,然后重新安装。修复了这个问题。