Android javadoc不显示
我的 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
After- images shows eclipse reverting javadoc to the location back to the original location
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须下载当前 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.