Eclipse Android SDK slow Content Assist performance?

After a google search I have been able to find the bug report from Eclipse. In short: It is a problem that arises when using Helios with ADT. As the ADT page on android.com says: Caution: There are known issues with the ADT plugin running with Eclipse 3.6.Please stay on 3.5 until further notice.

To fix it, you will have to use Eclipse 3.5 and put your project in a newly created workspace. (If you keep the workspace from Eclipse 3.6, the problem will occur even on Eclipse 3.5.).

Thanks jhominal, downgrading to Galileo solved it for me. Perhaps a bit slow of me not to notice that from the Eclipse-ADT page, but they could have put it in big red letters or something ;) – Nailuj Oct 17 '10 at 14:03.

A Work-around procedure is presented in comment#8 at this URL: code.google.com/p/android/issues/detail?... Example: I'm coding against Froyo, and my target SdkVersion is 7 (AndroidManifest. Xml). So for step 1, I downloaded this file: android.git.kernel.org/?p=platform/frame... And then for step 2, I extracted the base/ directory of that .

Tgz file into my SDK path, which I install under /opt/android-sdk-linux_x86/. So here's the command I executed against the tgz to put everything where it goes: tar -vzxf base-froyo.tar. Gz -C /opt/android-sdk-linux_x86/platforms/android-7/sources/ base/ The end goal appears to be to place the actual sources into the "sources" folder in the SDK tree, so that when the auto-correct goes out looking for them, they are there.

Snpe60 describes it more clearly: Comment 7 by snpe60, Oct 14, 2010 This issue is happen because the ADT classpath container have an invalid source attachment by default. It is fixed in https://review.source.android.com/16569. This change enables changing the ADT clasppath container's source attachment and disables setting invalid source attachment.

Hoping it will be available in ADT 8.0.0.

2 Comment 19 suggests that just creating an empty sources folder will fix the slowdown. – pydave Jun 19 '11 at 1:45.

This is much better Eclipse autocompletion problem.

Here is a link for the problem you are having aaarkonusurum.blogspot.com/2011/08/eclip....

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions