Today I was trying to install Cygwin from in my Machine. I was lazy to download the whole thing and install, so i copied it from a another machine. Then when i ran Ant Release i got this error. After few mins it clicked me to set the environment variables.
1. Set the environment variable CYGWIN=nodosfilewarning
2. Set c:\cygwin\bin to PATH variable
3. Set NDK_ROOT environment variable to point there.
I find this error when i use ndk-build ….cygwin cannot find make program please install cygwin make package.
ReplyDeletewhere can i find these path variables?