What benefits does Maven give (over ant) for building android projects?

后端 未结 3 1748
星月不相逢
星月不相逢 2021-02-14 05:40

I\'ve recently been trying to setup maven for building my android projects, using the maven-android-plugin.

Whilst this is a good exercise, I\'m not convinced that the b

3条回答
  •  独厮守ぢ
    2021-02-14 06:30

    Well maven is worth it if you are developing a j2ee application to save you from the jar hell when using external apis

    So if you are not going to use the maven repositories its not worth it.

    I hate maven because of the problems you already mentioned. But it saves a lot time if you need xy jars. Im currently developing a eclipse plugin which can download required jars and dependencies form maven without the maven compiler or pom files. But its far from ready

    You can also create a separate maven project and include it in the android project im not sure if it works with android but you can do it in standart jdk

提交回复
热议问题