How to set up external documentation in Android Studio?

I would like to do the work Shift+ F1(show external documentation). I know about this question: How can I open IntelliJ / Android Studio open Android documents when I press F1 on a function?

But my project structure is completely different (i.e. the "Libraries" section is missing!)

Project structure

How to set up external documentation layout in Android Studio 1.1.0?
I.e. for Android Support Library, Google Play Services, etc.

EDIT: An external document for the Android SDK is already working, but I cannot, for example, change it to the online version, and I can not install it for Play Services and the support library in general

+5
2

, :

, Android Studio IDE IntelliJ, . ( ) , . , , ~/.idea/libraries play_services_x_y_z.xml (x, y z - , .) <JAVADOC />. <JAVADOC> <root url="put_your_external_url_here" />, javadoc.

gradle, XML, - , gradle. - . , IntelliJ maven gradle , gradle, , gradle, .

+3

Android SDK (Tools → Android → SDK Manager) , " Android SDK" ​​ Android, (. Android 5.1 (API 22) ):

Android SDK Manager

+1

All Articles