Problem with Android NDK and Cygwin

I am working on an application in which I need to implement NDK. I'm viewing the link

http://mindtherobot.com/blog/452/android-beginners-ndk-setup-step-by-step/

I followed these steps, but after installing Cygwin, when I use the make -v command as indicated in the steps, I got the -bash: make: command not found error.

I searched a lot, but received nothing.

+6
source share
1 answer

Cygwin has a long list of optional components - make - one of them.

Run the Cygwin program (download it from Saygwin , if you need to), go to the list of packages. Type โ€œmakeโ€ in the search box, then click the โ€œSkipโ€ column on the โ€œmakeโ€ row in the โ€œDevelโ€ section. This will check the box. There may be dependencies. Then follow the link.

0
source

Source: https://habr.com/ru/post/956543/