8

What's the current status of using the latest version of the Android ADT with the latest version of Eclipse 3.6?

Previously I've read that there were bugs/problems, and warned to continue using Eclipse 3.5 Galileo for the time being. Is this still the case, or have the issues been resolved?

I'm running Windows 7 64-bit, but I'm actually asking the question generically, regardless of OS/version.

Adrian Romanelli
  • 1,795
  • 16
  • 23
  • what version of the android sdk are you targeting? – Andy Evans Sep 24 '10 at 00:51
  • I think he means the ADT plugin, not the SDK, but the android site does not specify which version of the ADT (or if all versions) are affected – MaQleod Sep 24 '10 at 00:56
  • I have update my answer for Eclipse 3.6 – VonC Jan 07 '11 at 04:59
  • The only issue with the current Eclipse 3.6.1, at least on OS X, but I'd guess every version, is code assist has a bug - editing code is dreadfully slow. A workaround, until the fix is released in 3.6.2 is summarized here: http://groups.google.com/group/android-developers/msg/0f9d2a852e661cba – John T Feb 08 '11 at 19:02

3 Answers3

3

Update December 2010: Eclipse3.6 is now supported (as Poldie mentions):


(September 2010)

The ADT page still mentions:

There are known issues with the ADT plugin running with Eclipse 3.6. Please stay on 3.5 until further notice.

Even the latest ADT 0.9.9 is still not yet compatible with Eclipse 3.6 Helios.
And you will also experience:

Yet it must be going to be compatible soon, if you believe the last "Eclipse Day at Googleplex" where ADT was largely mentioned:

Chris DiBona, open-source and public sector programs manager for Google, put it directly: “Eclipse is the single best way to program Android.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
2

The suggestion that developers stay with 3.5 no longer appears, and I've just installed 3.6.1 and am having no problems.

0

I use Eclipse 3.6 with ADT and have yet to find any issue with it. I surely never encountered the bugs listed above.

ralfoide
  • 2,705
  • 4
  • 23
  • 21
  • How long ago was it when you installed Eclipse 3.6, and was the Android SDK already employed (being used previously with Eclipse 3.5)? – Adrian Romanelli Sep 25 '10 at 19:37