Android에서 DigestUtils를 사용하여 메서드를 찾을 수 없음
JDK 1.6을 사용하여 Android 2.3.1에서 DigestUtils 라이브러리를 사용하려고 하지만 앱을 실행할 때 다음 오류가 발생합니다. Could not find method org.apache.commons.codec.binary.Hex.encodeHexString, referenced from method org.apache.commons.codec.digest.DigestUtils.shaHex 여기에 stacktrace가 있습니다. 02-03 10:25:45.153: I/dalvikvm(1230): Could not find method org.apache.commons.codec.binary.Hex.encodeHexString, referenced from method org.apache.commons.codec.digest.DigestUtils.shaHex 02-03 10:25:45.153: W/dalvikvm(1230): VFY: unable to resolve static method 329: Lorg/apache/commons/codec/binary/Hex;.encodeHexString …