I been working on a android project that print a image thru thermal printer. base on these post:
How can I print an image on a Bluetooth printer in Android?
http://code.taobao.org/p/printer/src/trunk/prtest/src/com/enjar/plugins/PrintTools_58mm.java
I able to accomplished that. but when i tried to re-size the image in the drawable folder and re-run the program i'm getting this error:
Error:Execution failed for task ':app:mergeDebugResources'.
> Some file crunching failed, see logs for details
I tried to replace the image, re-size and even make a new project, still i got this error
can anyone help me out? thanks in advance...