views:

65

answers:

3

For programming the Android, which Eclipse do I need ? (I means Eclipse for c++ or java or ...)

+2  A: 

As the documentation says, "A Java or RCP version of Eclipse is recommended."

CommonsWare
+1  A: 

The Eclipse for Java Edition would be approriate http://eclipse.org/downloads/packages/eclipse-ide-java-developers/heliosr

squiddle
A: 

What really matters is that the ADT plugin works on Eclipse 3.5 at this point, 3.6 has issues. Beyond that, you can essentially install it on any of the versions of Eclipse.

Why? Because the plugin manager can download plugins and dependencies, and the difference between editions is what plugins they're shipped with...

Radtoo