@Greg, I think reverting is more difficult because you will have to do everything manually. While there is a migration path (and tooling support) for "converting" your project from Eclipse to Android Studio, there is no support for the opposite.
You will find documentation on how you can make some adjustments to the sourceSets in build.gradle such that the same project can be worked on from both AS and Eclipse + ADT - however in practice this doesn't work well (and I have tried this on a team of only two developers!) I have also found that of late, most open source libraries use the AS/Gradle structure. You could of course grab the dependencies as binaries, or better, use Maven with your Eclipse/ADT setup. But then again, several libraries are distributed as AARs and last time I checked, Eclipse/ADT had trouble consuming AARs (at least Eclipse/ADT without Maven plugins did). What I'm trying to arrive at is that reverting to Eclipse might imply reduced support going forward - both from the Tools team as well as from the community. On Wednesday, 11 February 2015 06:56:18 UTC+5:30, Greg Macdonald wrote: > > OK, I should add to 'factual', input that is useful. I'm really not > interested in religious wars or 'tude. > > On Tue, Feb 10, 2015 at 5:20 PM, Artem Zinnatullin <artem.zi...@gmail.com > <javascript:>> wrote: > >> nano + javac is better choice for your team. >> >> For what reason you want to use flavors in not app modules? Seems to be >> architect/design problem. >> >> >> >> P.S. >> >> Gradle is stable, working build tool, Android Gradle Plugin and Android >> Studio are stable too, just fix dependecies versions. I started to use them >> from first public releases and I even changed 3 companies after this. >> >> >> I just can't understand why people use Ant in 2015, okay, you don't want >> to use Gradle, but there is Maven. It's just unwillingness to learn new >> things, and in my opinion — it's unprofessional. >> >> Learning new should not be hard, it should be fun and useful for yourself. >> >> Just start with small personal project with Android Studio and Gradle, >> when you'll feel comfortable with them, try to switch work project to >> Gradle + AS. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "adt-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to adt-dev+u...@googlegroups.com <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to adt-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.