views:

83

answers:

3

Apparently, eclipse 3.6 doesn't work well with the android sdk, but I'd like to use eclim which requires this version of eclipse. Does anyone have any recent experience developing for android with eclipse 3.6? Recommendations for someone who wants to use vim for android development? I'd appreciate any help.

+1  A: 

From the Android SDK page, Eclipse 3.4 or 3.5 seem to be the only recommended version.

But Helios should be fine, except for some reports regarding slow code assist (or content assist).

I would recommend using an optimized eclipse.ini to ensure good performance (But I have no direct experience using it with Android though).

VonC
A: 

I've spent some time trying to get it running with Helios, but to no avail. Better go with Galileo, that one worked immediately.

ammoQ
A: 

Hi, I've found what for me is a big problem:

http://stackoverflow.com/questions/3738526/possible-bug-in-eclipse-ddms-emulator-control

I've had to go back to 3.5

NickT