刚刚在调试如何不安装
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_PATH
variable must contain a list of directories.
Due to GNU Make limitations,
NDK_MODULE_PATH
must 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