Cocos2d-x Androidビルドにつまずく

2d-xのビルドが出来ないので調べていた。
原因は簡単でANT_ROOTの .bash_profileのパスが違っていた。

間違い
export ANT_ROOT=/Users/goodscientist1023/Documents/Develop/apache-ant-1.9.5

正解
export ANT_ROOT=/Users/goodscientist1023/Documents/Develop/apache-ant-1.9.5/bin

binフォルダとは実行ファイルを置くフォルダ名。
apache-antでビルドした実行ファイルを保存する場所が違ってました。