Running NDK projects on Android

272 Views Asked by At

I'm trying to develop part of an application that would enable it to render PDF file's pages into Bitmap, or to display it on a viewer. I'm looking for a free open-source one. I've already tried a bunch of them, for example, droidreader, and android-pdf. The problem is that I think it needs NDK to be able to run, I keep getting errors when trying to build it on Eclipse, even though I'm importing it directly with SVN. Can anybody refer me to a good step by step tutorial that would help me at least run those projects?

1

There are 1 best solutions below

0
On

Just download Android NDK

And then run in project folder following command:

[path to ndk]/ndk-build 

More information on Android NDK page