Packaging Error: Command '/usr/bin/ant clean debug' failed.Exit code: 1
-
Hi.. I'm trying to start a new app for android and when I test thebasic example of my app, the message that I receive is:
Packaging Error: Command '/usr/bin/ant clean debug' failed.Exit code: 1
I have installed ant and its version is 1.9.2, so, it's not an old version...
what I'm I supose to do??
best regards
freddy
-
Hi,
Is openjdk-6 or 7 installed on your system ? Or is it set correctly in QtCreator ?
To check goto to Tools > Option > Android > JDK Location
It should be something like "/usr/lib/jvm/java-6-openjdk-i386" -
well... firstone, I've the last version of QtCreator (QtCreator 2.8.1) and I've the openjdk-7 and this is the string in the JDK field: /usr/lib/jvm/java-7-openjdk-amd64
best regards...
Freddy
-