I\'m trying to run pdfbox.jar library on Android and seems like I do everything right. I use Eclipse pluging to deploy the project. The code is very simple just call for pd
Android does not include most of the java.awt.* classes, and so third-party Java libraries that depend upon such classes would need to be rewritten to work on Android, or simply not used.
I can't use jars which are depend on jre libraries that dalvik doesn't know to use.
More accurately, you cannot use JARs which depend on classes that the Android SDK does not include.