Android Development prompts in eclipse that this element neither has attached source nor attached javadoc

Source: Internet
Author: User

Developing android with eclipseProgramDuring the process, you find that the mouse is parked on the class name you want to view help with, and the following message is displayed:

Note: This element neither has attached source nor attached Javadoc and hence no javadoc cocould be found.

This is generally because the association attribute of the javadoc file of the android. jar package is not set.

You can perform the following operations:

1. Right-click the project and choose Properties> JAVA build path> libraries to expand the attributes of the Android-related class libraries. The following is an android. jar, expand its properties, and find a javadoc location (none). Click this item, select the edit button on the right, and add the javadoc path: http://developer.android.com/reference , click OK.

2. If the path in the javadoc location already exists, check whether the path is correct.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.