0

What's the difference between Eclipse Indigo and Eclipse Luna with respect to making android applications ? Is Luna and Juno better for making apps which involve network modules like connectivity, uploading etc.

I have already referred this link : Difference between "Eclipse Indigo" and "Eclipse Juno"

Community
  • 1
  • 1
APD
  • 159
  • 2
  • 12

1 Answers1

0

Android Application Development on Eclipse depends on ADT of Eclipse. Indigo or Luna have no absolute relation with Android Development. The same version of ADT for Eclipse could be plugged in Indigo or Luna. So versions of ADT for Eclipse matter but not those of Eclipse

SilentKnight
  • 13,761
  • 19
  • 49
  • 78
  • But, still if we were to consider other aspects, what would be the difference between them ? – APD Apr 11 '15 at 07:06
  • 1
    Of course, yes, just like the evolution of `ADT`. They will increase some features every time. Just like `Android API`, just like `Android Studio`, Just like `IntelliJ`, just like `NetBeans` – SilentKnight Apr 11 '15 at 07:11