Crash I found.
Closed this issue · 2 comments
LoveEvaEverything commented
HI
java.lang.NoSuchMethodError: No static method encodeHexString([B)Ljava/lang/String; i
I found a defect in class DigestUtils,
Pre - import org.apache.commons.codec.binary.Hex;
Should - import org.bouncycastle.util.encoders.Hex;
And replace the Hex,encodeHexString method to encodeHex
itprojects commented
@SonnyADR Under what circumstances does this error appear?
If there is an error in "import org.apache.commons.codec.binary.Hex", you should declare it to the Apache Commons website.
BouncyCastle will not be implemented. It is a problematic package for Android.
itprojects commented
Since it is not possible to reproduce this bug, this issue will be closed.