|
|
|
|
|
by Zigurd
5213 days ago
|
|
"Ant? Why do I know Ant now? I didn’t know Ant 2 days ago. Is it really necessary to have to learn a build tool to perform such a common task?" Ant is the backstop to the build the IDE makes automatically, in cases, like this one, where there isn't a parameter you can set in the build options dialog. You might not like ant, or having to learn it. But it's not an unusual choice for Java builds. There are many cases in more-complex Android project builds where ant is necessary. |
|