Today I tried PhoneGap/Cordova with Mac OS X Mavericks. Building for iOS went just fine, but building for Android wasn\'t without some guesswork.
I
In my case, I have macport installed already. I simply updated my macport:
sudo port selfupdate sudo port upgrade outdated
Then install apache-ant:
sudo port install apache-ant
Finally, I add ant to my alias list in my .bash_profile:
.bash_profile
alias ant='/opt/local/bin/ant'
Then you are all set.