【发布时间】:2012-03-12 14:00:10
【问题描述】:
我尝试在 Windows 中运行我的项目。项目使用android ndk。我安装 Cygwin 并在 PATH 中添加“C:\cygwin\bin”。安装 GnuMake,并设置变量 GNUMAKE = /cygdrive/c/Art/GnuMake/bin/make.exe。我还在 Eclipse 中为我的项目添加了本机支持。 当我尝试运行这个项目时,Eclipse 显示:
**** 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 ****
我该如何解决这个问题?
【问题讨论】:
标签: android makefile android-ndk cygwin