I am trying to Set up Android NDK using this Link.
I started Set up process by following command make -v and i am getting
$ make -v
bash: make: command not found
Then i entered following commands as given in the above link
cd /cygwin/C/..path for my project
/cygwin/C/..path of ndk installed path
At this point i am getting
ERROR: Cannot find 'make' program. Please install Cygwin make package
or define the GNUMAKE variable to point to it.
Note :
I checked all this possibility error links
Removed Spaces between folder.
I think i am missing something. Any help will be appreciated.
Check this 