Does anyone have ImagePrintJob working? It looks like it tries to save the passed bitmap to a file before sending the job and that step is failing;
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.lee.printticket/com.example.lee.printticket.Main}: java.lang.NullPointerException java.io.IOException: open failed: ENOENT (No such file or directory)
When I debug it's falling over in ImagePrintJob.java (part of com.clover.sdk);
File dir = new File("/sdcard", "clover" + File.separator + "image-print");