Question

I'm trying to install cordova and I'm stuck on adding android platform. cordova platform add android says that I don't have ant installed. And I don't because I'm using Aptana (Eclipse). Can I force cordova to use eclise or I have to install ant?

Was it helpful?

Solution

Go to Eclipse home Directory --> Plugins --> find 'org.apache.ant_?.?.?.v?????'

Then add the bin folder in there to your system path. Cordova should find it then.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top