0

我刚刚开始使用 Cocos2d,并试图编译和部署 hello world 示例。它适用于 web 部署,但使用 android 失败并出现以下错误。

>> cocos compile -p android

>> Android NDK: ERROR:E:/workspace/android-ndk-r10/sources/cxx-stl/gnu-libstdc++/Android.mk:gnustl_static: LOCAL_SRC_FILES points to a missing file
>> Android NDK: Check that E:/workspace/android-ndk-r10/sources/cxx-stl/gnu-libstdc++/clang3.4/libs/armeabi/thumb/libgnustl_static.a exists  or that its path is correct

当我查看文件夹“E:/workspace/android-ndk-r10/sources/cxx-stl/gnu-libstdc++”时,我没有在其中看到clang3.4……但是我该如何解决这个问题?我正在使用最新的 NDK (r10)。我在Windows 7 64位,我下载的NDK也是64位的(android-ndk64-r10-windows-x86_64)。

4

0 回答 0