Reputation: 5870
I am starting to develop Android applications. Which version of Eclipse should I use?
I see there are 11 versions. I am confused with these:
Upvotes: 152
Views: 191181
Reputation: 28188
Update July 2017:
From ADT Plugin page, the question must be unasked:
The Eclipse ADT plugin is no longer supported, as per this announcement in June 2015.
The Eclipse ADT plugin has many known bugs and potential security bugs that will not be fixed.
You should immediately switch to use Android Studio, the official IDE for Android. For help transitioning your projects, read Migrate to Android Studio.
Upvotes: 102
Reputation: 18435
Get the full Android-SDK plus the dependencies at http://developer.android.com/sdk/index.html.
Do have Java installed :)
Upvotes: 0
Reputation: 3113
The easiest solution is to download the Android SDK bundle:
http://developer.android.com/sdk/installing/bundle.html
The ADT Bundle provides everything you need to start developing apps, including a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.
Upvotes: 21
Reputation: 320
Just because it's not on here Nvidia has a nice package that simplifies getting it set up and running with an added bonus of supporting 3D acceleration on capable TEGRA enabled devices.
You may find it here.
Upvotes: 0
Reputation: 21899
**June 2012 **
Google Recommends Eclipse Helios, Eclipse Classic or Eclipse RCP. For details, read the below post.
URL: http://developer.android.com/sdk/eclipse-adt.html
Look under ADT 18.0.0 (April 2012).
Eclipse Helios (Version 3.6.2) or higher is required for ADT 18.0.0.
Look under Installing the ADT Plugin.
If you need to install or update Eclipse, you can download it from http://www.eclipse.org/downloads/. The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.
April 2014 Updated
Eclipse Indigo (Version 3.7.2) or higher is required. I'll suggest you to use Eclipse Kepler.
ADT 22.6.0 (March 2014)
Upvotes: 5
Reputation: 1
You can use the Eclipse Indigo EE version for Android development. It is quite good, and I haven't faced any issues so far.
Upvotes: 0
Reputation: 15320
As of 10/2011 ... classic is fine for Android development.
See Compare Eclipse Packages for a nice chart.
Upvotes: 2
Reputation: 231
I would recommend at least Eclipse Indigo (v 3.7) for Android Development because even though a minimum of Helios (v 3.6) is required for ADT 22.0.1 as explained here...
http://developer.android.com/tools/sdk/eclipse-adt.html
... Indigo is required for Android NDK development using CDT, as explained here:
http://tools.android.com/recent/usingthendkplugin
Upvotes: 0
Reputation: 11073
If you are just getting into Android, you would be well served by using Android Studio rather than using any version of Eclipse. Android Studio was released in 2013 and provides a nice integrated development environment for developing for Android.
Android Studio is based on IntelliJ, which is a great java devlopment environment. It also has these specific Android features:
You can download it here.
Upvotes: 1
Reputation: 39460
Released in June 2012, Eclipse for Mobile Developers is an awesome starting point for developers looking to focus on Android development. I've used it for several projects since August and haven't been disappointed.
Upvotes: 7
Reputation: 275
The best option is to use the free community version of Intellij Idea 11+. The ADT eclipse plugin is always having problems.
http://code.google.com/p/android/issues/detail?id=26774
Upvotes: 0
Reputation: 6466
The ADT plug-in is yet not compatible with 3.6
I have been using Eclipse 3.6 with ADT for the past three months for developing applications on Android. I haven't faced any issues so far. It really good and working fine.
Upvotes: 0
Reputation: 43349
Eclipse 3.5 for Java Developer is the best option for you and 3.6 version is good but not at all because of compatibility issues.
Upvotes: 2
Reputation: 42865
I literally did this 1 hour ago.
Download the appropriate files for your OS. The Android SDK needs java in order to install. Once you get the Android SDK installed go get eclipse and install that. Basically download the file and unzip then in a directory. The android install is the same but it will install a lot more files. (5) Finally open eclipse and go to help > install new software >> and add the url to the plugin - I used this one https://dl-ssl.google.com/android/eclipse/
Upvotes: 7