Android javadoc不显示

发布于 2024-11-29 18:24:54 字数 907 浏览 1 评论 0原文

我的 android 标准库 javadoc 有问题,当我将鼠标悬停在代码中的对象上时,它不会显示。

例子: android.app.Activity
注意:此元素没有附加源,并且在附加 Javadoc 中找不到 Javadoc。

我尝试更改 Java 构建路径以指向
C:/Program Files/Android/android-sdk/docs/reference

但是,我点击“验证”,然后点击“确定”,位置又更改回:
文件:/C:/Program Files (x86)/Android/android-sdk/docs/reference
之前-图像显示我改变路径
在此处输入图像描述
后图显示 Eclipse 将 javadoc 恢复到原始位置
在此处输入图像描述

我正在尝试为学校项目挑选一些 android,并且拥有该 Javadoc 会很棒!

顺便提一句: 1.我尝试按照以下步骤操作: http:// /hacksoflife.blogspot.com/2011/02/losing-javadocs-in-eclipse-solution.html
2.我安装了java文档,可以在浏览器中打开该文件,位于C:/Program Files/Android/android-sdk/docs/reference位置

提前感谢解决这个问题的人!

I am having a problem with my android standard library javadoc, it does not show up when I hover over Objects in my code.

Example:

android.app.Activity

Note: This element has no attached source and the Javadoc could not be found in the attached Javadoc.

I have tried changing the Java Build Path to point to

C:/Program Files/Android/android-sdk/docs/reference

However, I hit validate and then ok and the location changes back to :
file:/C:/Program Files (x86)/Android/android-sdk/docs/reference

Before- Images shows me changing the path
enter image description here

After- images shows eclipse reverting javadoc to the location back to the original location
enter image description here

I am trying to pick-up some android for a school project, and having that Javadoc would be awesome!

BTW:
1. i have tried following these steps: http://hacksoflife.blogspot.com/2011/02/losing-javadocs-in-eclipse-solution.html

2. I have the java doc installed in can open the file in my browser in the C:/Program Files/Android/android-sdk/docs/reference location

Thanks in advance to whoever solves this !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅忆 2024-12-06 18:24:54

您必须下载当前 Android API 版本的 Documents,您可以从 eclipse 菜单下载它:
窗口>> Android SDK 和 AVD 管理器>>可用套餐!然后选择符合您需要的 API 版本。

you must download the Documents for the current Android API Version, you can download it from eclipse menu:
Window >> Android SDK and AVD Manager >> Available packages ! then select the API Version match your need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文