How to make Android Studio download dependencies sources and javadoc?

前端 未结 5 568
花落未央
花落未央 2020-12-02 15:21

I have already checked this post: How to download dependency sources for Gradle project in IDEA?

But it didn\'t work for me. Maybe it is because they are referring t

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 16:02

    For Maven sources and docs the only thing I have found is to change the default settings.

    File -> Other Settings -> Default Settings... -> Maven -> Importing

    Checking the boxes to download Sources and Documentation

提交回复
热议问题