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でビルドした実行ファイルを保存する場所が違ってました。

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

CAPTCHA


次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">