My Goal: Add javadoc to a 3rd party library in Android Studio. (Specifically Parse)
My Setup: I'm using Android Studio 0.5.2 and it's a gradle setup. I stuck the jar library in the /libs folder and updated the gradle file. (Ex - It's a parse library so compile fileTree(dir: 'src/main/libs/Parse-1.5.0', include: ['.jar'])* worked.)
What I tried: I was given the documentation as a list of html files. Dropped them in the project in the libs folder and nothing worked. I then used jar cvf to create a javadoc in jar format and tried to link to it the *.jar.properties file. Still nothing worked. I know you can get javadocs working because the Android support libraries are pulling their respective javadocs.
Here are a few links of interest: