命令行编译Anroid项目出错,Ndk build failed!

Microsoft Windows 版本 6.1.7601]
版权所有 © 2009 Microsoft Corporation。保留所有权利。

C:\Users\Flesh>d:

D:>cd game

D:\game>cd test_3.6

D:\game\test_3.6>cocos compile -p android -j 4
Running command: compile
Building mode: debug
Android platform not specified, searching a default one…
running: ‘“D:\Android\adt-bundle-windows-x86_64-20140702\sdk\tools\android” upda
te project -t android-10 -p D:\game\test_3.6\proj.android’

Updated project.properties
Updated local.properties
Updated file D:\game\test_3.6\proj.android\proguard-project.txt
Android platform not specified, searching a default one…
running: ‘“D:\Android\adt-bundle-windows-x86_64-20140702\sdk\tools\android” upda
te lib-project -p D:\game\test_3.6\proj.android…/cocos2d/cocos/platform/androi
d/java -t android-10’

Updated project.properties
Updated local.properties
Updated file D:\game\test_3.6\proj.android…\cocos2d\cocos\platform\android\jav
a\proguard-project.txt
building native
NDK build mode: debug
NDK_TOOLCHAIN_VERSION: 4.8
running: ‘“D:\Android\android-ndk-r10\ndk-build” -C D:\game\test_3.6\proj.androi
d -j4 NDK_MODULE_PATH=D:\game\test_3.6\proj.android…/cocos2d;D:\game\test_3.6
proj.android…/cocos2d/cocos;D:\game\test_3.6\proj.android…/cocos2d/external
NDK_TOOLCHAIN_VERSION=4.8 NDK_DEBUG=1’

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

make.exe: Entering directory D:/game/test_3.6/proj.android' D:/Android/android-ndk-r10/build/core/prebuilt-library.mk:45: *** Android NDK: A borting . Stop. make.exe: Leaving directory D:/game/test_3.6/proj.android’
Ndk build failed!
D:\game\test_3.6>

各位帅哥,给点指点啊,根本不知道哪里出错了