android-studioandroid-studio-4.0

No documentation in Android Studio 4.0.1 (Linux Mint)


I don't get any description. I've reinstalled Android Studio, deleted whole android profile and cache but still it did't help.

enter image description here

enter image description here

enter image description here


Solution

  • Edit1 - Note: When new API's are released, the documentation is not always released with it. You need to check their update log to determine that.


    Install the Sources of the API you are using. The documentation will show up afterwards.

    Steps:

    1. Tools -> SDK Manager
    2. Check "Show Package Details"
    3. Check the required API Source
    4. Wait for indexing to be finished.

    enter image description here