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.