Andrew
Andrew

Reputation: 545

What Version of Eclipse do I use for Android?

I am sure this has been asked before, but I can not find a good answer. I want to create an Android app, I want to use Eclipse, but there are so many versions on the downloads page, and I am not sure which one I should use ... some of these include

>Eclipse IDE for Java EE Developers
>Eclipse Classic 4.2.2
>Eclipse IDE for Java Developers
>Eclipse IDE for C/C++ Developers
>Eclipse for Mobile Developers

Thank You :)

Upvotes: 9

Views: 15695

Answers (5)

Tiar
Tiar

Reputation: 25

  • Download Eclipse Installer from https://www.eclipse.org/ (top right corner)
  • After downloading start installer.
  • Check if there is an option as "for Android Developers". If there is not, click the updates button on top right corner. It downloads updates for installer. After the download is completed check again the list.
  • Download Eclipse for Android Developers.

Upvotes: 0

Gabriel Petrovay
Gabriel Petrovay

Reputation: 21944

The answer depends on what you want to use in Eclipse. If you are just starting in the Eclipse world go for the smallest (lightweight) packages because they will also make your Eclipse experience smoother (loading, UI, etc.). From your list above I would choose Classic, but, if you ONLY want to focus on Android development, you could try the Google prepackaged version of Eclipse (ADT, see below).

You can install either:

  • standalone Eclipse plus the ADT plugins or
  • the prepackaged version of Eclipse with ADT provided by Google (recommended)

If you already have an Eclipse installed (which you probably want if you already use Eclipse and want to keep the existing worspaces/preferences/etc.) you can only install the ADT plugins from here. And both Indigo and Juno versions of Eclipse should work. Of course that you should try and upgrade your workspace first to Juno and than install the ADT plugins to avoid any other surprises.

The Google prepackaged version of Eclipse is here and will give you less headaches because you have almost everything into it. You only have to use the prepackaged download manager inside Eclipse to download platform versions and device images (and many other tools and examples). This will use Eclipse Juno version.

Upvotes: 4

elad romni
elad romni

Reputation: 31

I would recommend the classic version, but in my opinion intelliJ is better http://www.jetbrains.com/idea/

Google has just announced at Google I/O a new IDE called "Android Studio" which is based on IntelliJ and can be found here: http://developer.android.com/sdk/installing/studio.html

Upvotes: 3

CommonsWare
CommonsWare

Reputation: 1007554

I would recommend the ADT Bundle, as it has a suitable version of Eclipse, plus the necessary Android plumbing, in one download.

Upvotes: 17

Geeky Guy
Geeky Guy

Reputation: 9379

Any will do, but the most recommended one is Mobile. Also check the new IDE that Google released just for that (Android Studio).

Upvotes: 1

Related Questions