KilianB/JImageHash

Android Usage

omkar-tenkale opened this issue · 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?

Java awt packages are not supported for android

@omkar-tenkale Do you found any solution?