ant - launch cocos2dx project with Android -
i'm using cocos2dx 3.0 rc1, , in installation typed : ./setup.py
i entered ndk root, , sdk root, didn't put on ant root explained in tutorial : here . know when use : cocos run -s ~/mycompany/mygame -p android
, says ant_root not defined. i've installed using macport, when type ant, says build missing.
i want create game in android using cocos2dx.
you go ahead , define ant_root in .bash_profile
.
export ant_root=<where ever is> export path=$ant_root:$path
Comments
Post a Comment