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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

