-1

I know that there is MUPDF library available under GPL licence for rendering PDF files in android. This library contains native code. For Native code compilation we need android NDK. and CYGWIN tool.

I have Dowloaded a MUPDF library code from code.google.com site. I have also downloaded and installed the android-NDK and CYGWIN tool. I have started to build MUPDF library by Following steps mentioned on different forums.

But when i build my application by using these steps Integrate MuPDF Reader in an app

But fail to compile successfully, therefor when i run my project it's thrown exception on this line in library code

System.LoadLibrary(mupdfc);

I need help regarding this issue. I am using window XP.

Community
  • 1
  • 1
KHALID
  • 61
  • 1
  • 11
  • the spelling of your question is one thing, the spelling of your code is another... (and i'm not sure i understand what you would like to express about yourself by using this particular avatar) – njzk2 Jan 29 '13 at 08:14
  • @njzk2 In simple words that i am unable to Build MUPDF library (Used for PDF Rendering in android). – KHALID Jan 29 '13 at 09:20
  • You are using the latest version of mypdf? I recomend you using latest version from mupdf repository. – alezhka Jan 29 '13 at 13:18

1 Answers1

0

Oddly enough, when you fail to build the library, the library load will fail and the project won't work.

Asking us why the library build fails without supplying any error messages or diagnostic information is unlikely to get you any useful answers.

Robin Watts
  • 727
  • 1
  • 4
  • 10