I want to use Android pdf library http://andpdf.sourceforge.net/, but i have same error. Log:
ST=\'file \'no file selected\' not found\' ST=\'reading page
With PdfViewPager you can load and display PDF files easily. All the code you need is:
PdfViewPager pdfViewPager = new PDFViewPager(this, "sample.pdf"); setContentView(pdfViewPager);
Or you can embed it in your layout like this:
Have a look at the lib if you want to know more.