Android Usage
omkar-tenkale opened this issue · 2 comments
omkar-tenkale commented
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 commented
Java awt packages are not supported for android
Jeel7584 commented
@omkar-tenkale Do you found any solution?