Cocos2.2.6 打包报错

StaticLibrary : libbox2d.a
Compile thumb : chipmunk_static <= chipmunk.c
Compile thumb : chipmunk_static <= cpConstraint.c
Compile thumb : chipmunk_static <= cpDampedRotarySpring.c
Compile thumb : chipmunk_static <= cpDampedSpring.c
Compile thumb : chipmunk_static <= cpGearJoint.c
Compile thumb : chipmunk_static <= cpGrooveJoint.c
Compile thumb : chipmunk_static <= cpPinJoint.c
Compile thumb : chipmunk_static <= cpPivotJoint.c
Compile thumb : chipmunk_static <= cpRatchetJoint.c
Compile thumb : chipmunk_static <= cpRotaryLimitJoint.c
Compile thumb : chipmunk_static <= cpSimpleMotor.c
Compile thumb : chipmunk_static <= cpSlideJoint.c
Compile thumb : chipmunk_static <= cpArbiter.c
Compile thumb : chipmunk_static <= cpArray.c
Compile thumb : chipmunk_static <= cpBB.c
Compile thumb : chipmunk_static <= cpBBTree.c
Compile thumb : chipmunk_static <= cpBody.c
Compile thumb : chipmunk_static <= cpCollision.c
Compile thumb : chipmunk_static <= cpHashSet.c
Compile thumb : chipmunk_static <= cpPolyShape.c
Compile thumb : chipmunk_static <= cpShape.c
Compile thumb : chipmunk_static <= cpSpace.c
Compile thumb : chipmunk_static <= cpSpaceComponent.c
Compile thumb : chipmunk_static <= cpSpaceHash.c
Compile thumb : chipmunk_static <= cpSpaceQuery.c
Compile thumb : chipmunk_static <= cpSpaceStep.c
Compile thumb : chipmunk_static <= cpSpatialIndex.c
Compile thumb : chipmunk_static <= cpSweep1D.c
Compile thumb : chipmunk_static <= cpVect.c
StaticLibrary : libchipmunk.a
Compile thumb : cpufeatures <= cpu-features.c
StaticLibrary : libcpufeatures.a
SharedLibrary : libcocos2dcpp.so
Install : libcocos2dcpp.so => libs/armeabi/libcocos2dcpp.so
/cygdrive/e/cocosIDE/apache-ant-1.9.4/install: line 1: For: command not found
/cygdrive/e/cocosIDE/apache-ant-1.9.4/install: line 2: http://ant.apache.org/manual/index.html: No such file or directory
/cygdrive/e/cocosIDE/android-ndk-r10c/build/core/build-binary.mk:690: recipe for target ‘libs/armeabi/libcocos2dcpp.so’ failed
make: *** Error 1
make: Leaving directory ‘/cygdrive/e/cocosIDE/cocos2d-x-2.2.6/projects/homeGame/proj.android’

17:57:01 Build Finished (took 5m:2s.278ms)

17:57:02 **** Rebuild of configuration Debug for project test ****
Info: Internal Builder is used for build
g++ -O0 -g3 -Wall -c -fmessage-length=0 -o “src\test.o” “…\src\test.cpp”
g++ -o test.exe “src\test.o”

17:57:16 Build Finished (took 14s.368ms)

这个久好像就打包成功过一次,一直都出现这样的问题,希望有大神可以解决
使用cocos2d-x 2.2.6版本,用eclipse打包编译不通过

貌似是 ant_root设置不对 重新设置看看

原来是这样子啊,我试试看看

谢谢确实是这样子