Hi Xavier / All,
As far as I've understood the current situation is this:
- Works with AAR only if both the AAR and the sources are available on a maven server
- Works with Jar only if both the jar and its sources are available on a maven server
- Doesn't work with Javadoc only (no sources), not even with Jars
- Doesn't work locally (including the jar in the libs/ directory)
Does this look a fair picture of the current situation or am I wrong?
In previous versions I was able to manually add the javadoc even if my confing would then be overridden by Android Studio at the next sync. Now this is not possible anymore and I'm stack at switching to a browser to read the javadoc of the libraries I use.
Setting
DOES make intellij download the javadoc if available but it then do not pick it up.
Does anyone know of a workaround? I really need the javadoc in the IDE to speed up the development. Thank you.
Thank you very much,
Daniele