Registering Javadocs to an Android Studio Gradle project
Before you begin
This task is necessary after you have installed the MobileFirst SDK
using Gradle.
About this task
The MobileFirst Android
Javadocs are included in the *.aar files imported
by Gradle. However you need to link them to their relevant library
in Android Studio.
Procedure
In Android Studio make sure you are in the Project view,
accessible from the pull-down menu above the navigation bar:
Find the library name under the External
Libraries node (the Javadoc file
appears below it).
Right-click on the library name . Choose Library
Properties.
From the Library Properties dialog
select the .
Navigate to the downloaded Javadoc JAR file (ibmmobilefirstplatformfoundation-javadoc.jar)
under ..\app\build\intermediates\exploded-aar\ibmmobilefirstplatformfoundation\jars\assets\ and
select it.
Click OK.
Results
The Javadocs will now be available within your project.