所以我正在尝试为Android构建cocos2s-x HelloCpp示例,并且遇到了这个问题。 Eclipse正在向我提供路径中找不到的错误 Program“”。是的,报价是空的。我不太清楚程序是指的是什么。如果我忽略错误并尝试通过在Cygwin中运行build_native.sh来构建,则会出现错误:
目前正在使用:C:/ cygwin64 / bin / make
To solve the issue, follow these steps:
1. Ensure that the Cygwin 'make' package is installed.
NOTE: You will need GNU Make 3.81 or later!
2. Define the GNUMAKE environment variable to point to it, as in:
export GNUMAKE=/usr/bin/make
3. Call 'ndk-build' again.
这对我来说非常困惑,因为我安装了GNU Make工具