Hi I want help to work with android NDK.
I have set up my eclipse Helios to work with NDK with help of this tutorial. I am using windows. When trying to build I am shown this error
make[1]: Entering directory
`/cygdrive/d/WorkSpace/TestProject/TestProject'
/cygdrive/d/DevTools/android-ndk-r5b-windows/android-ndk-r5b/build/core/build-local.mk:39: build/core/init.mk: No such file or directory
make[1]: Leaving directory
`/cygdrive/d/WorkSpace/TestProject/TestProject'
/cygdrive/d/DevTools/android-ndk-r5b-windows/android-ndk-r5b/build/core/build-local.mk:76: *** missing `endif'. Stop.
make: *** [all] Error 2
It doesn't let me build my application.
How to solve this error?
EDIT : I have tried to build hello-jni application with the eclipse and cygwin but I couldn't build the program, it throws same error
windows. When.... – Prasham May 12 '11 at 12:11I had the same problem last week. You have to download xcode and get the UNIX developer package. After I did that it worked fine!says someone in the comments of that page – Dr.J May 12 '11 at 12:20