Sorry, I'm still having trouble with this. I've switched back to Windows since people say version 1.2 works in Windows, but I don't have a make-host.sh in any subdirectory of moai-sdk. For that matter I don't have a $MOAI_HOME/ant directory, though I'm guessing that you meant $MOAI_HOME/hosts/ant.
I've read through the project setup documentation and it says that I need to use an Android device, which is fine, but in order to do that I need to refer to the setup given in ‘hosts/eclipse/README.txt’ which I don't have (nor any directory named eclipse).
I'm just working off of the binary distribution here, is make-host part of the source distribution? I guess I can answer that question for myself - no it is not. When I run run-host.bat, without using make-host first, I get this error:
BUILD FAILED
D:\moai-sdk\hosts\ant\build\project\build.xml:83: Cannot find D:\android\tools\a
nt\build.xml imported from D:\moai-sdk\hosts\ant\build\project\build.xml
I only got that far by changing the permissions on the host-source directory and changing run-host.sh to carry over those permissions when it copies the files.
Edit: Well, my observant self has noticed that I seem to be stuck in the same place in both Linux and Windows. The wiki implies that make-host.sh isn't necessary if you're using the binary distribution:
http://getmoai.com/wiki/index.php?title ... id_Devicesbut that doesn't explain why I'm running into this problem. Is Ant not set up correctly? I think build.xml in the Android SDK directory is supposed to be generated by... something. I'll keep looking.