刚刚在调试如何不安装
Cgywin的情况下,利用NDK编译cocos2d-x的SampleGame.却机缘巧合的情况下发现了android-ndk-r8d的docs/IMPORT-MODULE.html下的一个小bug。
在Eclipse中导入工程后,工程目录如下:
NDK_MODULE_PATH环境变量。
在docs/IMPORT-MODULE.html中的介绍:
I.
NDK_MODULE_PATH:The
NDK_MODULE_PATHvariable must contain a list of directories.
Due to GNU Make limitations,
NDK_MODULE_PATHmust not contain any space. The NDK will complain if this is not the case.Use ‘:‘ as the path separator.
On Windows, use ‘/‘ as the directory separator.
这里面说的Use
‘:‘ as the path separator,经过实践验证在windows平台路径使用;分割
Android NDK帮助文档的一个小错误,布布扣,bubuko.com
原文:http://blog.csdn.net/goof/article/details/21478289