itext7 java.lang.NoClassDefFoundError:org.bouncycastle.asn1.esf.SignaturePolicyIdentifier

时间:2017-10-30 02:33:59

标签: android android-studio itext itext7

我想在iText7中使用Android Studio,我将此模块添加到build.gradle

compile 'com.itextpdf:io:7.0.4'
compile 'com.itextpdf:kernel:7.0.4'
compile 'com.itextpdf:layout:7.0.4'
compile 'com.itextpdf:sign:7.0.4'

但是关于PDFSigner的源代码如下所示:

enter image description here

我收到错误消息:

enter image description here

有人可以帮忙吗?谢谢。

1 个答案:

答案 0 :(得分:1)

好吧,我转到LATEST JAVA RELEASES下载名为 bcprov-jdk15on-158.jar 的文件来解决此问题。