View SDK API documentation in Android Studio

Add SDK via Maven

Using Maven to add the SDK automatically downloads the documentation.

Add SDK via Module

  1. Download JavaDoc from Nexus Repository ManagerNexus Repository Manager. Select the javadoc.jar for lib or kit based on your SDK version.

  2. After downloading the SDK from the official website, locate the jar file (e.g., for kit) and add it to the Library.

  3. Find the declaration file for the jar in the .idea/libraries directory and add the Doc URL.

View API Doc

After adding the Doc, press F1 (default shortcut in Android Studio) on the corresponding method to view the API documentation.