I have created a sample android NDK program in eclipse. I’m working with Windows XP, I know that there are some issues regarding NDK in eclipse,but i installed the cygwin tool for this..
Is this enough for running ndk???
I have created a sample android NDK program in eclipse. I’m working with Windows
Share
You also need GNU Make, which you can install with cygwin.
After that you can switch in cygwin to your project and run there ndk-build.
For more details have a look on my tutorial:
Issues with SHA1 hash implementation in Android
There is a section about building.