How to make API javadocs for Google Play Services APIs and Firebase APIs show up in Android Studio rather than decompiled classes with no docs?

前端 未结 2 666
后悔当初
后悔当初 2020-12-24 13:27

When I click on any Google Play Services API, or Firebase API that I\'m using in my android project in Android Studio, the IDE takes me to a decompiled version of the class

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 14:08

    In my case, adding this https://firebase.google.com/docs/reference/android/packages worked.

提交回复
热议问题