itprojects/InboxPager

Crash I found.

Closed this issue · 2 comments

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

@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.

Since it is not possible to reproduce this bug, this issue will be closed.