Skip to content Skip to sidebar Skip to footer

Can't Get Javadocs To Display In IntelliJ IDEA (Android With Maven Build)

I have imported an Android project (with a Maven build) into IntelliJ IDEA and the javadocs aren't showing up when I hover my mouse over the text in the editor. To be clear, it isn

Solution 1:

Open up your SDK Manager and download the documentation for the specific SDKs that you need. To answer your questions:

  1. Download the documentation for the latest SDK (aleast): enter image description here

  2. Yes, you need to import documentation for every library you add, but the least you should have is the documentation for your latest SDK. Most recent documentation usually has the documentation for earlier APIs included and also describes any recommended changes, deprecations, etc.

  3. It is absolutely normal to download the javadoc normally. There is no error in your build process or imports


Post a Comment for "Can't Get Javadocs To Display In IntelliJ IDEA (Android With Maven Build)"