I updated my Eclipse to have the newer version with latest Android ADT. I decided to update it by doing a "simple" install of the whole package provided by google. The package version is adt-bundle-mac-x86_64-20130219. Now, I still have a code assist for java but not for Android API. I spent a long time searching google and Stackoverflow and none of it solved the problem. When I go to menu ADT> Preference> JAVA> Editor> Content Assist> Advanced, I see that the choice "API Tools Proposals" is missing from the choices. I believe this is why I do have code assit for regular JAVA stuff but nothing for Android API. I tried to create a new workspace and import the project in it. I made sure the Android libraries are in the compile path. The are because the compiler reports some error messages related to Android API when compiling telling me I should implement some methods when extending a "BaseAdaptor" so, the compiler knows where to find the libraries.
I tried the trick where you add the "-clean" in the "eclipse.ini" file. I don't have years of experience in Android programming so Code assist for Anbdroid API is very important for me. Any Idea how to bring it back?