I have ant building android projects from the command line. It won’t stop for android specific errors, or maybe java errors too. But this can cause some pretty spectacular crashes that I won’t normally see from the IDE
how can I make ant stop for errors?
antfails only case of compile time errors.antscript invokesjavacto compile your source files. If there are any compile time errors, it fails.ant/javaccan’t really predict runtime errors.