私はWindowsでプロジェクトを実行しようとします。プロジェクトはandroid ndkを使用します。私はCygwinをインストールし、PATHに "C:\ cygwin \ bin"を追加します。 GnuMakeをインストールし、変数GNUMAKE = /cygdrive/c/Art/GnuMake/bin/make.exeを設定します。また、Eclipseのプロジェクトにネイティブサポートを追加します。私はこのプロジェクトを実行しようとすると 、Eclipseのショー:WindowsでAndroid NDKを使用してプロジェクトをビルドするにはどうすればよいですか?
**** Build of configuration Default for project FFWall ****
C:\cygwin\bin\bash.exe C:\Art\android-ndk\ndk-build V=1
make: *** No targets specified and no makefile found. Stop.
ERROR: Your GNUMAKE variable is defined to an invalid name: /cygdrive/c/Art/GnuMake/bin/make.exe
Please fix it to point to a valid make executable (e.g. /usr/bin/make)
**** Build Finished ****
私はこの問題を解決するにはどうすればよいですか?