I've previously had success attaching the Android Source to Eclipse by following the instructions here:
http://johnsenf.blogspot.com/2009/12/android-sources-and-javadoc-in-eclipse.html
However this approach seems to have stopped working:
samuel-josephs-computer-4:android-sources samueljoseph$ git checkout origin/froyo-release
Previous HEAD position was 1de4a2c... am 62619392: Merge "Fix leak when keylock is recreated." HEAD is now at adba66b... This class no longer exists.
There is a more recent blog here:
http://android.opensourceror.org/2010/01/18/android-source/
which has some pre-organized source for Eclair, but nothing since. There are also some StackOverflow posts from 2008 (older than both the above)
Attaching Java Source to Android projects in Eclipse
I wondered if anyone knew of anything more recent that was known to work reliably? I hate to burn time on approaches that might turn out to be outdated. Would be great if there was something official from Google on this ...
Many thanks in advance CHEERS> SAM