Trying to print a valid image returns a nullpointer exception when the image is being processed, I found that getting the image's "absolute path" returns null, although I'm providing an image from memory:
RelativeLayout > DrawableCache > Bitmap
new ImagePrintJob.builder().bitmap(image).maxwidth().build.print(getContext,account);
I use getContext hence i'm inside a fragment.
The error I'm facing is "Unfortunately, Clover has stopped"