Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android eclipse plugin lags on type (3.6 - Helios) [duplicate]

Possible Duplicate:
Eclipse Android SDK slow Content Assist performance

When I write a code like so:

TextView tv = new TextView(context);
tv.                                    // Here auto-complete window appears, and laaaaag,
// and lag and lag, 
//and eclipse status of background working is "Calculating Additional Info"

On my Windows7 in ResourceMonitor i can see that eclipse.exe is waiting for TCP in-out.

Anybody can help me? Thanls in advance!!

like image 262
semen Avatar asked Dec 07 '10 16:12

semen


3 Answers

The Android eclipse plug in has known issues with 3.6, get 3.5(Galileo).

like image 65
blindstuff Avatar answered Sep 20 '22 00:09

blindstuff


This is a known issue that has been fixed in the upcoming release of Eclipse Helios SR2, and the patch has been back-ported. If you'd like to fix it yourself, see this thread on android-developers mailing list. It involves copying a jar to Eclipse's plugins folder.

like image 41
William Scott Avatar answered Sep 22 '22 00:09

William Scott


If you'd rather not downgrade from 3.6, try this workaround, it has worked for many (me included):

http://code.google.com/p/android/issues/detail?id=7850&q=adt&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars#c8

like image 41
Pēteris Caune Avatar answered Sep 22 '22 00:09

Pēteris Caune