Skip to content Skip to sidebar Skip to footer

Problems With Javadoc

When I start a new android project and use native android methods and components and java methods and components, I can't read their description because javadoc send me this messag

Solution 1:

I found solution myself. In this situation you need to correct a path of your javadoc at Project->Properties->Java Build path->AndroidX.X(where X.X is platform version)->android.jar->Javadoc location.

It should be pointed at your docs\reference location


Solution 2:

If you are using Eclipse (you should mention the IDE) you should get a button to "attach source" when you get that message. Just click that button and point it to the docs directory on your computer or on the internet and you should be good to go.


Solution 3:

Kindly check the following url & try to implement the instructions provided

http://stuffthathappens.com/blog/2008/11/01/browsing-android-source-in-eclipse/


Post a Comment for "Problems With Javadoc"