Android/Java Javadoc missing after updating Android SDK
        Posted  
        
            by 
                binnyb
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by binnyb
        
        
        
        Published on 2010-12-15T15:02:38Z
        Indexed on 
            2010/12/30
            23:53 UTC
        
        
        Read the original article
        Hit count: 221
        
After i recently installed the new Android SDK stuff, I no longer can view the Javadoc while editing my project's code.  I get this message: Note: This element has no attached source and the Javadoc could not be found in the attached Javadoc.
I am getting this message for all methods, variables, classes, etc.
I have installed the documentation and everything available to me via the android update manager. I have also tried to do a clean install of the android sdk and eclipse, and no luck getting the javadoc working.
I have also tried manually setting the javadoc via project properties -> javadoc location -> file:/C:/Program Files/Android/android-sdk-windows/docs/reference/ with no luck
What suggestions do you have that could fix this problem?
© Stack Overflow or respective owner