Android 编译1.0.13版本的tests项目出错

  • 本帖最后由 myplhch 于 2012-6-27 12:39 编辑 *

编译1.0.13版本的tests时出现下面提示:
Android NDK: jni/Android.mk: Cannot find module with tag ‘tests’ in import path
Android NDK: Are you sure your NDK_MODULE_PATH variable is properly defined ?
Android NDK: The following directories were searched:
Android NDK:
jni/Android.mk:20: *** Android NDK: Aborting. . Stop.

我是参考http://blog.csdn.net/maojudong/article/details/7261986这里编译的
我已经在编译器的环境时添加了NDK_MODULE_PATH 为cocos2d-x的目录,但一样提示。
我的cocos2d-x的目录为 f:\cocos2d-x

在哪里加呢,我没解决