I mainly program in Java and use Maven for all my projects. I really enjoy using Maven, as it’s easy to download sources and documentation, and more importantly, I don’t need to save a copy of external libraries in the project source folders.
I started developing an Android app, and I found that the Android plugin for eclipse is terribly good. However, all the examples presented are not maven projects, so I don’t know if I will use maven, I still get all the functionality from the Android plugin or if there is a drawback from using Maven.
So the questions are:
- Do all functions of the Android plugin for eclipse still work?
- It will be harder than using a regular assembly (I believe this is Ant, but not necessary)
- Any other flaws, for example. the size of the final application file (Maven, as a rule, combines a lot of things) or the difficulty of getting the latest libraries in the maven repository (which is probably different from Android).
Do not point to maven support for Android projects
I would like to receive a response from experienced developers. I already know that you can use maven for an Android application. All I need to know is whether I should use it.
java android maven
gigadot Jan 08 2018-12-12T00: 00Z
source share