I am sure this is pretty easy qoestion, but I am stuck with building Android app using Ant from commandline.
I have got this message: (use -source 7 or higher to enable d
Heisenberg's solution is correct (kudos and +1...) but not clean: you don't have to change the master build.xml file (bad!), what you need is to add the lines he suggested:
right before the line
in the localbuild.xml file, and the default options will be overridden.