'Android studio jump to android gradle tools source code

Like the picture below, How can I jump to the Android Gradle plugin souce code?

enter image description here



Solution 1:[1]

You need to download the source code.


For example?

  1. open gradle/wrapper/gradle-wrapper.properties
  2. change "https://services.gradle.org/distributions/gradle-6.1.1-bin.zip" to "https://services.gradle.org/distributions/gradle-6.1.1-all.zip"
  3. sync now

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1