Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is better for Android development - Eclipse Helios or Eclipse Galileo?

Tags:

android

I am currently using the Helios version of Eclipse (v. 3.6) for Android development. I have read about the Galileo version (v. 3.5) as well. Before downloading I wanted to know what are the better features of Galileo over Helios (especially for Android development)?

like image 992
user590849 Avatar asked Jul 10 '26 13:07

user590849


2 Answers

I'm using the 3.6.1 version, which is an Helios version -- the current one being 3.6.2 -- and experience no problem with it.

Considering that Helios is more recent that Galileo, you should probably go with Helios -- after all, for most android-related stuff, it's the ADT plugin that should matter, and not the Eclipse version.


If you have read much about Galileo, it's probably because it was the current version when many people started developping for android.

But the documentation only says :

3.4 or newer is recommended


As a reference : releases of Eclipse, on Wikipedia.

like image 183
Pascal MARTIN Avatar answered Jul 12 '26 04:07

Pascal MARTIN


I have had problems with Helios 3.6.1 in that content assist will freeze the system. This bug was introduced with the release of Helios (i.e. it does not affect Galileo). The bug is known and has been fixed for 3.6.2 and 3.7.

See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=325829 for more detail.

So short answer, use either one but be sure to use the latest version of that release.

-Dan

like image 40
Dan Avatar answered Jul 12 '26 03:07

Dan