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