Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App (retired 2014) Getting Started with Android Introduction to Methods and Classes

my intellisense is not working. How can i get it to work?

Intellisense on eclipse is not working. How can i get it to work? Here is the error I see

"Note: The attached Javadoc could not be retrieved as the specified Javadoc location is either wrong or currently not accessible."

Please let me know how I can fix it.

1 Answer

I see two situations for this error

Fix 1
Imgur

Go to Eclipse -> Preferences -> Java -> Compiler -> Javadoc -- and make sure the option process javadoc Comments is checked

Fix 2
Download the Android Documentation if you have'nt

Once you start using Android, it overrides the default Java documentation

Hope this helps

Thanks Gunjeet. The first fix worked.