JImageHash icon indicating copy to clipboard operation
JImageHash copied to clipboard

Android Usage

Open omkar-tenkale opened this issue 3 years ago • 2 comments

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?

omkar-tenkale avatar Jul 17 '21 19:07 omkar-tenkale

Java awt packages are not supported for android

omkar-tenkale avatar Jul 17 '21 19:07 omkar-tenkale

@omkar-tenkale Do you found any solution?

Jeel7584 avatar Feb 02 '24 06:02 Jeel7584