Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread Deepa M
Please add your PDFbox Library by Creating new folder called libs and put those library jar in to that and then build so all jar file ka classes will be found On Tue, Jun 19, 2012 at 2:04 PM, David Olsson wrote: > Have you really followed all steps in: > http://stackoverflow.com/a/3643015/82491

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread David Olsson
Have you really followed all steps in: http://stackoverflow.com/a/3643015/824914 ? The folder should be called libs On Tue, Jun 19, 2012 at 10:28 AM, kampy wrote: > > i added to the jar file to the build path and added the jar file to the > lib folder in the project . > >but both didnt w

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread kampy
i added to the jar file to the build path and added the jar file to the lib folder in the project . but both didnt work for me On Tuesday, June 19, 2012 1:51:06 PM UTC+5:30, David wrote: > > How did you add the library to your project? > > On Tue, Jun 19, 2012 at 10:17 AM, kampy wrote:

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread David Olsson
How did you add the library to your project? On Tue, Jun 19, 2012 at 10:17 AM, kampy wrote: > hi > > i tried this one also but didnt get the appliation executed > > On Tuesday, June 19, 2012 11:34:36 AM UTC+5:30, asheesh arya wrote: >> >> just go through this link >> http://stackoverflow.com/**

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread kampy
hi i tried this one also but didnt get the appliation executed On Tuesday, June 19, 2012 11:34:36 AM UTC+5:30, asheesh arya wrote: > > just go through this link > http://stackoverflow.com/questions/3831019/how-to-read-a-pdf-in-android > -- You received this message because you are subscribed

Re: [android-developers] reading pdf in android emulator

2012-06-18 Thread kampy
stack trace : 06-04 11:15:55.934: D/dalvikvm(333): GC_EXTERNAL_ALLOC freed 48K, 53% free 2549K/5379K, external 1625K/2137K, paused 70ms 06-04 11:15:56.244: D/dalvikvm(333): GC_EXTERNAL_ALLOC freed 1K, 53% free 2548K/5379K, external 2988K/3732K, paused 63ms 06-04 11:16:01.585: E/dalvikvm(333):

Re: [android-developers] reading pdf in android emulator

2012-06-18 Thread asheesh arya
just go through this link http://stackoverflow.com/questions/3831019/how-to-read-a-pdf-in-android -- 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 t

Re: [android-developers] reading pdf in android emulator

2012-06-18 Thread Saurav
Could you paste/attach your StackTrace? Regards, Saurav Mukherjee. On Tue, Jun 19, 2012 at 11:20 AM, kampy wrote: > libraries -- 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@go

[android-developers] reading pdf in android emulator

2012-06-18 Thread kampy
Hi , For my app i need to read and print the pdf . i tried with different pdf read java supported libraries like pdfbox,itext but they are not working in android emulator i am getting the class not found exception. Can anyone help me how to read the pdf . Thanks in advance -- You received th