问题描述
我在Android项目的人看到,在文件的开头:我已经使用
进口com.sun.media.sound.Toolkit;
I saw in one of my android project, at the beginning of the file:i have used import com.sun.media.sound.Toolkit;
当我将鼠标就行了工具包工具包= Toolkit.getDefaultToolkit();在我的code,以获得更多细节,显示此元素有没有附加源的Javadoc不能在附带的Javadoc中找到。我甚至包括JRE系统库[JRE6]在我的Android项目...
When I hover the mouse on the line "Toolkit toolkit = Toolkit.getDefaultToolkit();" in my code to get more details on this, it shows "This element has no attached source and the Javadoc could not be found in the attached Javadoc." i have even included JRE System Library[JRE6] in my android project...
如何解决此问题?任何详细的答案将是AP preciated。
How to resolve this? Any detailed answer will be appreciated.
推荐答案
您需要添加的Java文档和源没有的lib在你的IDE。
You need to add java doc and source not the lib in your IDE.
这篇关于错误在java中这个元素没有附加源的Javadoc不能在附带的Javadoc中找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!