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.
Check this: