Android + Maven + Eclipse is definitely possible, but speaking from
experience, it's painful.  Tedious to get working, builds are very
very slow and fragile.  You can do it, but it'll hurt.

For what it's worth, IntelliJ + Android + Maven works wonderfully.
Because I was working on a largish Android app that was built with
Maven, I switched to IntelliJ CE and I've been a very happy camper
since then.  Everything supported out of the box (no plugins to
install), everything cooperates, and the build is fast and stable.
Switching IDEs is a big deal though, but if you really like Maven, I
personally believe that is your best option....

On Thu, Mar 22, 2012 at 10:09 AM, b0b <pujos.mich...@gmail.com> wrote:
>
>
> On Thursday, 22 March 2012 15:55:43 UTC+1, Ricardo Gladwell wrote:
>>
>> Hi Ted
>>
>> This is possible, please see the Android Connector for M2E (Maven for
>> Eclipse):
>>
>> http://rgladwell.github.com/m2e-android/
>>
>> Regards...
>
>
>
> The thing is that it never worked too well as the eclipse ADT plugin and
> m2e-android / maven-android-plugin conflict with each other.
> Each one expect a specific directory layout for example
> Add to that the fact ADT is an ever moving target which makes playing nice
> with each other difficult...
> And it is very badly documented...
> I'm successuflly using maven in Android Library projects to manage pure Java
> depencies. Forget it in your main Android project though or expect a
> headache.
> m2e-android can probably work without the ADT eclipse plugin though. Never
> tried it but you loose some of the advantage of the ADT plugin.
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to