Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse 没有为“Google Map API V2”的方法提供自动建议。我的意思是,如果我将鼠标悬停在该方法上,它并没有说明该元素......但它说这个元素既没有附加源也没有附加 Javadoc,因此找不到 Javadoc。
我无法在互联网和 stackoverflow 上找到解决方案。帮帮我。
javadoc 的路径将在 jar 文件本身中为您提供 android jar 文件它将在 jar 文件中,因此 eclipse 将能够找到源代码并向您显示方法描述左右,但对于 Google map API v2 google 没有提供此类文档,因此您必须参考 Web 以获取文档
您可以将库的Javadoc位置更改为以下位置:
Referenced Libraries > right click on your .jar > Javadoc Location