cocos2dx 3.2 ant 编译android失败,求指导

一直在2.1上玩耍,这次升级3.2,发现ant可以直接编译打包.

在cpp-tests中没有问题,编译自己的HelloWorld就挂了,这个build.xml看不明白

BUILD FAILED
D:\Application\Develop\android-sdk-windows\tools\ant\build.xml:595: The followin
g error occurred while executing this line:
D:\Application\Develop\android-sdk-windows\tools\ant\build.xml:647: The followin
g error occurred while executing this line:
D:\Application\Develop\android-sdk-windows\tools\ant\build.xml:688: Execute fail
ed: java.io.IOException: Cannot run program “D:\Application\Develop\android-sdk-
windows\platform-tools\aapt.exe” (in directory “E:\Develop_C++\AntTest\cocos2d\c
ocos\platform\android\java”): CreateProcess error=2, ???

大神都睡了吗? :6:

大家都在玩3.2么,看来我也要找机会升3.2了

现在是3.0RC,只要按照setup.py提示设置好ant的位置,就可以直接用ant打包了

话说你是在哪个目录下执行ant的?