How to display the documentation for the support libraries inside Android Studio? -


when use command 'quick documentation' in android studio in class comes 1 of support libraries (e.g. actionbaractivity), ide not show documentation class. if use on 1 of classes from, say, android api 19 (e.g. activity), ide displays complete documentation shown in reference page on https://developer.android.com/reference/packages.html.

is there way add documentation support libraries android studio can accessed through 'quick documentation' well?

when android studio has opened decompiled jar class, click on "download..." blue link @ top right, download jar javadoc , save in :

/.idealibsources

rebuild project if necessary, doc available. tested on android studio 2.0 preview 4.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -