I'm trying to setup ndk to work with in eclipse. I keep getting this message saying that ndk-build isn't found in path. I've added it to Environment Variables->Path but still not working.
Any help?!
I'm trying to setup ndk to work with in eclipse. I keep getting this message saying that ndk-build isn't found in path. I've added it to Environment Variables->Path but still not working.
Any help?!
Right click on your project , Go to Build Path->Select Configure Build Path -> Select C/C++ Build->Select Builder Setting Tab ->In Builder Setting set your ndk-build path i.e C:\android-ndk-r8e\ndk-build
.
The answer is here: https://stackoverflow.com/a/11825963/918535
//goto Preference → Android → NDK and choose your ndk location
If you are using eclipse for Windows try to link to ndk-build.cmd. It worked for me.