I'm
working on android under eclipse holies environment. but my eclipse not helping me to find detail about class or method while writing code.
Ex: Toast android.widget.Toast.makeText(Context context, CharSequence text, int duration)
if i mouse hover on makeText() in above statement, getting following information
Note: This element has no attached source and the Javadoc could not be found in the attached Javadoc
where and what do i need to attach?