I am performing some encryption using this
String encodedString = Hex.encodeHexString(s.getBytes("ISO-8859-1"));
. I have used commons-codec-1.8.jar in android.
Its displaying error
06-21 12:43:04.309: E/AndroidRuntime(1667): Caused by: java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Hex.encodeHexString
Please help.