views:

350

answers:

4

Hello, I am starting to develop android applications. Can any one suggest me which version of eclipse should I use? I see there are 11 versions. I am confused with these:

  1. Eclipse IDE for Java Developers
  2. Eclipse Classic 3.6.1
  3. Eclipse IDE for Java EE Developers
  4. Pulsar for Mobile Developers
+8  A: 

You need to install version 3.5. The ADT plug-in is yet not compatible with 3.6. You can choose from any of the following downloads:

  • Eclipse IDE for Java EE Developers
  • Eclipse IDE for Java Developers (I would use this one.)
  • Eclipse for RCP/Plug-in Developers
  • Eclipse Classic

Read more here: http://developer.android.com/sdk/requirements.html

Also, for testing make sure you check out Robotium: http://code.google.com/p/robotium/

glenviewjeff
+2  A: 

I literally did this 1 hour ago.

  1. SDK R7
  2. Get Java - if you don't have (its the first image link JDK)
  3. Get Eclipse - it's the first on the list with the most downloads
  4. Android Plugin

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/

Sam
See my notes about Android Plugin (ADT) and Helios incompatibility. It may appear to work initially, but it's currently not recommended by the Android ADT developers.
glenviewjeff
ok, I see. I had some erros, not sure where they were coming from.
Sam
A: 

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.

Creative-MITian
A: 

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.

Sen
From the Android system requirements page: "Caution: There are known issues with the ADT plugin running with Eclipse 3.6. Please stay on 3.5 until further notice." P.S., you may want to address replies like this as comments, not answers.
glenviewjeff
oops.. i am sorry.. i dint knew that.. shall i delete the post??
Sen
If you'd like. Thanks!
glenviewjeff