Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will Eclipse ADT be Deprecated?

Searching the web and the Android Team announcement I couldn't find The answer. Will Eclipse ADT be deprecated when Android studio reach its first stable version? The funniest thing is that they also update eclipse plugin to the latest ADT 22.0.0

Why the Android Team started another IDE instead of continue improving the old good ADT ??

It seems like yesterday when they announced the ADT Bundle with all the android plugins integrated.

Personally I could not find the right answer about this. To be honest I feel very comfortable with eclipse and find it much more simple/clean/user-friendly that Android Studio or intellij. For me I will continue develop with Eclipse, is this a good decision?

like image 564
Nicolas Jafelle Avatar asked May 17 '13 20:05

Nicolas Jafelle


People also ask

What is Eclipse ADT?

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.

How do I know my ADT version in Eclipse?

Go to Eclipse near Apple symbol on top Left. A window opens and here click on Green Android Robot icon. A next winodw opens in which you can find the version of Android ADT.


2 Answers

The Eclipse Android Developer Tools have been officially deprecated: Switch to Android Studio if you haven't already!


Will Eclipse ADT be deprecated when Android studio reach its first stable version?

No. According to Xavier Ducrohet in this keynote the Android team will maintain the work on the ADT (At 00:35).

Why the Android Team started another IDE instead of continue improving the old good ADT ?

I'm paraphrasing Xavier Ducrohet now: He says that by building your own IDE they can improve the workflow for developing Android apps. And to be honest, in my opinion the current version of IntelliJ is a lot faster than Eclipse Helios. You just have a great overall experience by using IntelliJ. This is a matter of personal preference of course.

To be honest I feel very comfortable with eclipse and find it much more simple/clean/user-friendly that Android Studio or intellij. For me I will continue develop with Eclipse, is this a good decision?

Maybe. You shouldn't have to switch, if you don't want to. Like I said before, they will still be maintaining the work on the ADT plugin for Eclipse. But at least give IntelliJ a try. I'm sure you'll be very impressed by its performance.

Update

At this point, I would strongly advise everyone to use Android Studio for android development. Although the ADT plugin for Eclipse is still available, support for it is lacking and the android developer tools team has shifted their focus almost entirely to Android Studio. And quite frankly, Android Studio is an amazing IDE, you should definitely switch, if you haven't already.

like image 103
Ahmad Avatar answered Oct 14 '22 08:10

Ahmad


Personally I could not find the right answer about this. To be honest I feel very comfortable with eclipse and find it much more simple/clean/user-friendly that Android Studio or intellij. For me I will continue develop with Eclipse, is this a good decision?

Maybe you haven't used it that much. Let's be clear with this: IntelliJ is far better than Eclipse in almost any aspect. I also was an eclipse user for years, and I was in your position some time ago. But I must admit that IntelliJ simply works better. It's a better Java IDE, it has great support for things like Maven or Gradle, it's faster, it's smart (code completion, refactoring, etc.), it kind of understands you as a developer, it has also an Open Source version, and the list goes on and on.

So, the only reason not to switch, IMHO, is either laziness or fanaticism or you are color blind (this is the only reason I respect).

like image 26
Cristian Avatar answered Oct 14 '22 10:10

Cristian