Hi _,
you were right. Ant was not installed an my system so I installed it using MacPorts. After installing and rebooting I still get the same error. So Qt is not finding ant.
Check if you have ant installed
and it is in $PATH
Terminal tells me for ant -version
Apache Ant(TM) version 1.9.4 compiled on April 29 2014
So I guess it is installed but what do you mean by $PATH?
I have a ~/.profile file that looks like this:
# MacPorts Installer addition on 2014-06-11_at_14:03:53: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
export PATH=/usr/local/apache-ant/bin:"$PATH"
# MacPorts Installer addition on 2014-06-11_at_14:03:53: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
export PATH=/usr/local/apache-ant/bin:"$PATH"
To copy to clipboard, switch view to plain text mode
The directory is correct. This is were the files are.
[Update]
Okay I think I got it. Within the Qt Andriod Settings I had to specify the path to ant as well. After doing that I got no errors.
Bookmarks