Hi I was just wondering why one would choose to develop an Android app not in an IDE like eclipse etc but with a build automation tool like Gradle, or a Maven plugin? Thanks.
Gradle and Maven are build automation tools not development environments, you'd still use an IDE (like eclipse or IntelliJIdea) to develop the app and the IDE would use the build automation tools for the build process.
Your question should be why use a build automation tool to build the app instead of just using the IDE.
The answer is that a build automation tool has many advantages over the simple javac build:
If you are a single programmer developing a small standalone android app then you may not get many benefits from using a build automation tool, but will probably need to do some tasks manually. Build automation tools are indispensable in larger projects where many developers may be contributing to the code, or when the app is part of a larger system and it is necessary to ensure everything integrates.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With