JImageHash
JImageHash copied to clipboard
Android Usage
I'm trying to use this library in my app but the app wont compile with this error
hash = hasher.hash(getFile());
^
class file for java.awt.image.BufferedImage not found
Any way too fix this?
Java awt packages are not supported for android
@omkar-tenkale Do you found any solution?