Monday, October 20, 2014

Lesson 35: Importing javadocs to your project

Specifically, I want to import Android javadocs to my android projects so that when i hover over a syntax, i get info about that syntax.


The step by step tutorial is already explained here

please download link:
then extract into your drive.
in your eclipse:
at project -> properties -> java build path -> Libraries -> Android x.x -> android.jar -> javadoc
press edit in right:
javadoc URL -> Browse
select "docs/reference/" in archive extracted folder
press validate... for validating this javadoc.
enjoy the offline javadoc...
If your javadocs still doesn't show up, you might want to edit the javadocs location on both "android.jar" and "Android x.x.x"


No comments:

Post a Comment