I like to use iText with Android to generate PDF. When I run my
andoird in emulator, I am getting following errors at run time:

01-08 23:37:34.719: ERROR/dalvikvm(622): Could not find class
'com.itextpdf.text.pdf.PdfGraphics2D', referenced from method
com.itextpdf.text.pdf.PdfContentByte.createGraphics
01-08 23:37:34.728: ERROR/dalvikvm(622): Could not find class
'com.itextpdf.text.pdf.PdfGraphics2D', referenced from method
com.itextpdf.text.pdf.PdfContentByte.createGraphics
01-08 23:37:34.738: ERROR/dalvikvm(622): Could not find class
'com.itextpdf.text.pdf.PdfGraphics2D', referenced from method
com.itextpdf.text.pdf.PdfContentByte.createGraphics
01-08 23:37:34.749: ERROR/dalvikvm(622): Could not find class
'com.itextpdf.text.pdf.PdfGraphics2D', referenced from method
com.itextpdf.text.pdf.PdfContentByte.createGraphics
01-08 23:37:34.759: ERROR/dalvikvm(622): Could not find class
'com.itextpdf.text.pdf.PdfGraphics2D', referenced from method
com.itextpdf.text.pdf.PdfContentByte.createGraphicsShapes
01-08 23:37:34.857: ERROR/dalvikvm(622): Could not find class
'com.itextpdf.text.pdf.PdfGraphics2D', referenced from method
com.itextpdf.text.pdf.PdfContentByte.createGraphicsShapes
01-08 23:37:34.888: ERROR/dalvikvm(622): Could not find class
'com.itextpdf.text.pdf.PdfPrinterGraphics2D', referenced from method
com.itextpdf.text.pdf.PdfContentByte.createPrinterGraphics
01-08 23:37:34.897: ERROR/dalvikvm(622): Could not find class
'com.itextpdf.text.pdf.PdfPrinterGraphics2D', referenced from method
com.itextpdf.text.pdf.PdfContentByte.createPrinterGraphics
01-08 23:37:34.919: ERROR/dalvikvm(622): Could not find class
'com.itextpdf.text.pdf.PdfPrinterGraphics2D', referenced from method
com.itextpdf.text.pdf.PdfContentByte.createPrinterGraphics


Although, the PDF utility class which I created work perfectly fine,
when runs as a regular Java application.

Appretiate your help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to