Categories
Android Cygwin NDK

Cygwin – “ERROR: Cannot find ‘make’ program. Please install Cygwin make package or define the GNUMAKE variable to point to it.”

Run Cygwin‘s setup.exe.
Into Select Packages search “make” into Devel section and change New column value from Skip to Keep, then click on Next then End.

Did my solution solve your problem?

Categories
Android HOW TO NDK

HOW TO Download NDK if the link does not work

Hi,
if the url is like this:
http://dl.google.com/android/ndk/android-ndk-<version>-<platform>.<extension>
and it does not work, try to use this:
https://dl-ssl.google.com/android/ndk/android-ndk-<version>-<platform>.<extension>

Did my HOW TO help you?