I'm want to compile native code in Windows.

I downloaded cygwin and also installed it.

Then i downloaded and installed Android NDK too.

but i'm facing few issues.

At first when i go to the project folder and run ndk-build then i get an
error
**************************************************************************************
ERROR: Cannot find 'make' program. Please install Cygwin make package
or define the GNUMAKE variable to point to it.
**************************************************************************************


So i think on maybe by assigning GNUMAKE path by C:\cygwin\bin it should
work but then i get a new error
*****************************************************************************************************
ERROR: Your GNUMAKE variable is defined to an invalid name: C:\cygwin\bin
Please fix it to point to a valid make executable (e.g. /usr/bin/make)
*****************************************************************************************************

I'm not sure what am i doing wrong. I checked google too. But wasn't able to
solve the issue from solutions provided there.
Few of the solutions which didn't work were
1. Spaces in the project path. My project path doesn't have any spaces.
2. I even  had a new make.exe from the site if in case the make file was not
a compatible file type.
3. I even reinstalled the whole cygwin development package.

Can anyone please share how they have solved this issue.

Regards

Vinay Julme
**************

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to