How to use Android documentation when developing in Eclipse using ADT?

I installed the Documentation for Android package using the AVD manager.
When you hover over any item, "Note: this item does not have an attached source and the Javadoc cannot be found in the attached Javadoc"

I can’t determine exactly what needs to be installed in the javadoc location in the project properties or something else needs to be done: - /

+3
source share
2 answers

If you have not already done so, try running Project> Clean in Eclipse.

0
source

- , javadoc ? , Eclipse "Javadoc" /, , .

0

Source: https://habr.com/ru/post/1788791/


All Articles