-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error While Building #3
Comments
You can safely ignore this error. One of the classes in the Bouncy Castle library (which handles all the actual crypto for JPGPJ) uses a standard J2SE package ( You can suppress this error by adding a
|
Thanks for the update. |
Ignore issue related to Bouncy Castle Library since one of its dependencies is not included in Android. Check justinludwig/jpgpj#3 for further reference.
Ignore issue related to Bouncy Castle Library since one of its dependencies is not included in Android. Check justinludwig/jpgpj#3 for further reference.
Lint shows this error when I build the project after adding the library.
../../../../../../.gradle/caches/modules-2/files-2.1/org.bouncycastle/bcprov-jdk15on/1.54/1acdedeb89f1d950d67b73d481eb7736df65eedb/bcprov-jdk15on-1.54.jar: Invalid package reference in library; not included in Android: javax.naming.directory. Referenced from org.bouncycastle.jce.provider.X509LDAPCertStoreSpi. ../../../../../../.gradle/caches/modules-2/files-2.1/org.bouncycastle/bcprov-jdk15on/1.54/1acdedeb89f1d950d67b73d481eb7736df65eedb/bcprov-jdk15on-1.54.jar: Invalid package reference in library; not included in Android: javax.naming. Referenced from org.bouncycastle.jce.provider.X509LDAPCertStoreSpi.
The text was updated successfully, but these errors were encountered: