You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PDFs are not readable with current Aigents codebase:
Caused by: java.lang.ClassNotFoundException: Didn't find class "java.awt.Point" on path
Rejecting re-init on previously-failed class java.lang.Class<org.apache.pdfbox.pdmodel.PDDocument>: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/awt/Point;
Attempt to link rt.jar:
dependencies {
implementation files('/Library/Java/JavaVirtualMachines/jdk1.8.0_241.jdk/Contents/Home/jre/lib/rt.jar')
cause conflict: "Error while merging dex archives: "
PDFs are not readable with current Aigents codebase:
Caused by: java.lang.ClassNotFoundException: Didn't find class "java.awt.Point" on path
Rejecting re-init on previously-failed class java.lang.Class<org.apache.pdfbox.pdmodel.PDDocument>: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/awt/Point;
Attempt to link rt.jar:
dependencies {
implementation files('/Library/Java/JavaVirtualMachines/jdk1.8.0_241.jdk/Contents/Home/jre/lib/rt.jar')
cause conflict: "Error while merging dex archives: "
Options:
A) Use third-party awt.jar
https://jar-download.com/?search_box=awt
B) Figure out which rt.jar to link
https://stackoverflow.com/questions/4416059/how-to-download-some-java-jar-library-files
C) Replace PDF reader for Android:
https://stackoverflow.com/questions/23380415/android-and-apache-pdfbox
The text was updated successfully, but these errors were encountered: