SajjadZare
SajjadZare

Reputation: 2378

Which type of Eclipse

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

Upvotes: 2

Views: 167

Answers (3)

Radtoo
Radtoo

Reputation: 291

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...

Upvotes: 0

squiddle
squiddle

Reputation: 1317

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

Upvotes: 2

CommonsWare
CommonsWare

Reputation: 1006704

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

Upvotes: 2

Related Questions