build_native.sh运行错误

时间:2014-03-15 04:27:17

标签: android android-ndk

我目前正在尝试关注Lynda.com的一个教程,当我在cygwin上运行'build_native.sh'文件时,我收到此错误。

 /cygdrive/c/Users/Gideon/Documents/My-Android-Project/cocos2d-x/moleitx/proj.android
$ ./build_native.sh
Using prebuilt externals
ERROR: You are using a non-Cygwin compatible Make program.
Currently using: C:/mingw/bin/make

要解决此问题,请按以下步骤操作:

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.

我试图搜索解决这个问题我找不到它。 请帮帮我。

1 个答案:

答案 0 :(得分:-1)

你还在寻找吗?我目前正在处理类似的问题。

我认为你的NDK路径可能没有正确设置。

请参阅here

这仅在重新安装NDK后对我有用,因为我没有设置NDK路径的选项;见here