我正在尝试使用Gradle导入2个库。

当我导入其中之一时,它可以正常工作,但是当我同时编译两者时,出现以下异常。

我正在使用Android Studio。

在下面获取异常:



和我的依赖:

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')


compile ('org.bouncycastle:bcprov-jdk15on:1.50') {
    exclude module: 'bcpkix-jdk15on' // Excluded to prevent cyclic dependencies
}

compile ('org.bouncycastle:bcpkix-jdk15on:1.50') {
    exclude module: 'bcprov-jdk15on' // Excluded to prevent cyclic dependencies
}

}

谢谢

马文

最佳答案

Android已使用压缩版的压缩城堡。它与com.madgag.spongycaSTLe合作。

08-17 21:58