cocos能打包 但是cocos code ide打包不成功

这是我的log,看不懂,麻烦帮忙看看

StaticLibrary : libcocosdenshion.a
StaticLibrary : libprotobuf-lite.a
StaticLibrary : libextension.a
StaticLibrary : libcocos2dxinternal.a
StaticLibrary : libbox2d.a
StaticLibrary : libcocos2dandroid.a
StaticLibrary : libcpufeatures.a
SharedLibrary : libcocos2djs.so
E:\workshop3ide\Monsterelf\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/external/curl/prebuilt/android/armeabi/libcurl.a(url.o):function IsPipeliningPossible: error: relocation overflow in R_ARM_THM_CALL
E:\workshop3ide\Monsterelf\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/external/curl/prebuilt/android/armeabi/libcurl.a(url.o):function fix_hostname.isra.1: error: relocation overflow in R_ARM_THM_CALL
clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
make.exe: *** Error 1
make.exe: Leaving directory `E:/workshop3ide/Monsterelf/frameworks/runtime-src/proj.android’
Running command: compile
Building mode: debug
running: ‘“E:\adt-bundle-windows-x86-20131030\sdk\tools\android” update project -t android-19 -p E:\workshop3ide\Monsterelf\frameworks\runtime-src\proj.android’

running: ‘“E:\adt-bundle-windows-x86-20131030\sdk\tools\android” update lib-project -p E:\workshop3ide\Monsterelf\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/platform/android/java -t android-19’

building native
NDK build mode: release
running: ‘E:\adt-bundle-windows-x86-20131030\android-ndk-r9d\ndk-build -C E:\workshop3ide\Monsterelf\frameworks\runtime-src\proj.android -j3 NDK_MODULE_PATH=E:\workshop3ide\Monsterelf\frameworks\runtime-src\proj.android…/…/js-bindings;E:\workshop3ide\Monsterelf\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x;E:\workshop3ide\Monsterelf\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos;E:\workshop3ide\Monsterelf\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/external’

Ndk build failed!

全部用的最新的ide与最新的引擎版本

可以参考一下这个帖子:http://discuss.cocos2d-x.org/t/failed-android-build-error-relocation-overflow-in-r-arm-thm-call/17932

谢谢,真的可以了!!