我嘗試在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 ****
我怎麼能解決這個問題?