Android launches app despite failure

Monkey Forums/Monkey Bug Reports/Android launches app despite failure

DruggedBunny(Posted 2012) [#1]
Not a big deal, I suppose, but on a failed Android build (my phone is 2.2) I'm getting my last-installed app launched regardless, which I then have to quit... sucks a bit!

EDIT: This is the cause, BTW!


marksibly(Posted 2012) [#2]
This appears to be a problem with Ant, the tool used to build android projects, ie: it never fails even if a java compile fails.

I posted a bug report and there's apparently a patch available - not sure if this means ant will eventually be updated though:

https://issues.apache.org/bugzilla/show_bug.cgi?id=54186

In the meantime, you can apply the changes yourself to ant.bat but beyond that there's not much I can do.