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
Post a Comment