Installing Ant

Hi everybody, installing all that crap for android is really a pain in the ass when installing ant i get this error: why?!

Viewing 1 to 2 (2 Total)
Installing Ant

am7

am7
Total Posts: 4
Joined: May 19, 2012

Hi everybody,

installing all that crap for android is really a pain in the ass

when installing ant i get this error:


why?!

Tags:
Posted on May 19, 2012 at 5:54 AM

singmajesty

singmajesty
Total Posts: 2140
Joined: August 25, 2011

Re: Installing Ant

Which version of NME are you using?

When Ant was upgraded to 1.8.3 in February, they broke the links to the previous version of Ant. If you have a current version of NME, this should be fixed.

Otherwise, it's pretty simple to install yourself. Download Apache Ant, and extract to a directory. I use a directory like "C:\Development\Android\Ant"

Then you can run "nme setup android" again, and write "n" when it asks about downloading Apache Ant. Instead of handling it automatically, it will ask for a path before it is done, so you can manually specify the directory where you installed it

Posted on May 19, 2012 at 11:03 AM