我正在阅读this doc,其中说:
To generate and view this report for your build configuration, proceed as follows:
Click Gradle on the right side of the IDE window.
Navigate to MyApplication > Tasks > android and double-click sourceSets.
To view the report, click Gradle Console at the bottom of the IDE window.
“MyApplication> Tasks> android”我在哪里看不到它的含义。
答案 0 :(得分:1)
Gradle Tool Windows内部。如果它不在右侧的停靠工具窗口中,您可以在View -> Tool Windows -> Gradle
找到它。