打包apk问题,是我NDK版本不对还是什么错哦,新手找半天没找出来

12:05:11 —android build start—
12:05:17 Updated project.properties
12:05:17 Updated local.properties
12:05:17 Updated file C:\Users\Administrator\IdeaProjects\liwei\frameworks\runtime-src\proj.android\proguard-project.txt
12:05:18 Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml
12:05:19 make.exe: Entering directory C:/Users/Administrator/IdeaProjects/liwei/frameworks/runtime-src/proj.android' 12:05:19 Gdbserver : libs/armeabi/gdbserver 12:05:19 Compile++ thumb: cocos2djs_shared <= AppDelegate.cpp 12:05:20 Gdbsetup : libs/armeabi/gdb.setup 12:05:21 Compile++ thumb: cocos2djs_shared <= SimpleConfigParser.cpp 12:05:21 Compile++ thumb: cocos2djs_shared <= RuntimeJsImpl.cpp 12:05:27 In file included from D:\cocos\frameworks/cocos2d-x-3.6/cocos/3d/prebuilt-mk/../../network/HttpClient.h:30:0, 12:05:27 from D:\cocos\frameworks/cocos2d-x-3.6/cocos/scripting/js-bindings/proj.android/prebuilt-mk/../../manual/network/XMLHTTPRequest.h:34, 12:05:27 from jni/../../Classes/js_module_register.h:19, 12:05:27 from jni/../../Classes/ide-support/RuntimeJsImpl.cpp:18: 12:05:27 D:\cocos\frameworks/cocos2d-x-3.6/cocos/3d/prebuilt-mk/../../network/HttpRequest.h: In member function 'void cocos2d::network::HttpRequest::setResponseCallback(cocos2d::Ref*, cocos2d::SEL_CallFuncND)': 12:05:27 D:\cocos\frameworks/cocos2d-x-3.6/cocos/3d/prebuilt-mk/../../network/HttpRequest.h:245:66: warning: 'void cocos2d::network::HttpRequest::setResponseCallback(cocos2d::Ref*, cocos2d::network::SEL_HttpResponse)' is deprecated (declared at D:\cocos\frameworks/cocos2d-x-3.6/cocos/3d/prebuilt-mk/../../network/HttpRequest.h:255) -Wdeprecated-declarations] 12:05:27 setResponseCallback(pTarget, (SEL_HttpResponse) pSelector); 12:05:27 ^ 12:05:27 Compile++ thumb: cocos2djs_shared <= main.cpp 12:05:28 Compile thumb : cpufeatures <= cpu-features.c 12:05:29 At global scope: 12:05:29 cc1plus.exe: warning: unrecognized command line option "-Wno-extern-c-compat" 12:05:29 cc1plus.exe: warning: unrecognized command line option "-Wno-extern-c-compat" 12:05:29 StaticLibrary : libcpufeatures.a 12:05:32 SharedLibrary : libcocos2djs.so 12:05:37 D:\cocos\frameworks/cocos2d-x-3.6/cocos/scripting/js-bindings/proj.android/prebuilt-mk/../../../../../prebuilt/android/armeabi/libjscocos2dandroid.a(CCJavascriptJavaBridge.o):function JavascriptJavaBridge::callStaticMethod(JSContext*, unsigned int, JS::Value*): error: undefined reference to 'std::__throw_out_of_range_fmt(char const*, ...)' 12:05:37 D:\cocos\frameworks/cocos2d-x-3.6/cocos/editor-support/cocostudio/prebuilt-mk/../../../../prebuilt/android/armeabi/libcocostudio.a(CCActionNode.o):function std::vector*, std::allocator*> >::at(unsigned int): error: undefined reference to 'std::__throw_out_of_range_fmt(char const*, ...)' (show balloon) 12:05:37 D:\cocos\frameworks/cocos2d-x-3.6/cocos/editor-support/cocostudio/prebuilt-mk/../../../../prebuilt/android/armeabi/libcocostudio.a(CCArmature.o):function cocostudio::Armature::drawContour(): error: undefined reference to 'std::__throw_out_of_range_fmt(char const*, ...)' 12:05:37 D:\cocos\frameworks/cocos2d-x-3.6/cocos/editor-support/cocostudio/prebuilt-mk/../../../../prebuilt/android/armeabi/libcocostudio.a(CCArmature.o):function cocostudio::Armature::init(std::string const&): error: undefined reference to 'std::__throw_out_of_range_fmt(char const*, ...)' 12:05:37 collect2.exe: error: ld returned 1 exit status 12:05:37 make.exe: *** Error 1 12:05:37 make.exe: Leaving directory C:/Users/Administrator/IdeaProjects/liwei/frameworks/runtime-src/proj.android’
12:05:37 Running command: compile
12:05:37 Building mode: debug
12:05:37 running: ‘“D:\android\adt-bundle-windows-x86_64-20131030\sdk\tools\android” update project -t android-19 -p C:\Users\Administrator\IdeaProjects\liwei\frameworks\runtime-src\proj.android’
12:05:37 building native
12:05:37 NDK build mode: debug
12:05:37 NDK_TOOLCHAIN_VERSION: 4.8
12:05:37 running: ‘“D:\ndk\android-ndk-r9d\ndk-build” -C C:\Users\Administrator\IdeaProjects\liwei\frameworks\runtime-src\proj.android -j3 NDK_MODULE_PATH=D:\cocos\frameworks/cocos2d-x-3.6;D:\cocos\frameworks/cocos2d-x-3.6/cocos;D:\cocos\frameworks/cocos2d-x-3.6/external NDK_TOOLCHAIN_VERSION=4.8 NDK_DEBUG=1’
12:05:37 Ndk build failed!
12:05:37 —android build end—

12:05:37 D:\cocos\frameworks/cocos2d-x-3.6/cocos/scripting/js-bindings/proj.android/prebuilt-mk/…/…/…/…/…/prebuilt/android/armeabi/libjscocos2dandroid.a(CCJavascriptJavaBridge.o):function JavascriptJavaBridge::callStaticMethod(JSContext*, unsigned int, JS::Value*): error: undefined reference to ‘std::__throw_out_of_range_fmt(char const*, …)’
12:05:37 D:\cocos\frameworks/cocos2d-x-3.6/cocos/editor-support/cocostudio/prebuilt-mk/…/…/…/…/prebuilt/android/armeabi/libcocostudio.a(CCActionNode.o):function std::vector*, std::allocator*> >::at(unsigned int): error: undefined reference to ‘std::__throw_out_of_range_fmt(char const*, …)’ (show balloon)
12:05:37 D:\cocos\frameworks/cocos2d-x-3.6/cocos/editor-support/cocostudio/prebuilt-mk/…/…/…/…/prebuilt/android/armeabi/libcocostudio.a(CCArmature.o):function cocostudio::Armature::drawContour(): error: undefined reference to ‘std::__throw_out_of_range_fmt(char const*, …)’
12:05:37 D:\cocos\frameworks/cocos2d-x-3.6/cocos/editor-support/cocostudio/prebuilt-mk/…/…/…/…/prebuilt/android/armeabi/libcocostudio.a(CCArmature.o):function cocostudio::Armature::init(std::string const&): error: undefined reference to ‘std::__throw_out_of_range_fmt(char const*, …)’
12:05:37 collect2.exe: error: ld returned 1 exit status
12:05:37 make.exe: *** Error 1

----------
出错的地方编译器有提示,查下error关键字

不知道怎么解决,可以提点下吗?

google 或 百度吧,查这个 error: undefined reference

自己顶一下,NDK版本r9b和r9d都用过了,引擎好像是cocos2d-x-3.6,求教怎么解决打包apk的错误呀