red888
red888

Reputation: 31520

how to view the sourcesets report in android studio

im reading this doc which says this:

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.

where is "MyApplication > Tasks > android" I don't see what its referring to.

Upvotes: 0

Views: 127

Answers (1)

Vampire
Vampire

Reputation: 38619

Inside the Gradle Tool Windows. If it is not available as docked tool window on the right side, you can find it at View -> Tool Windows -> Gradle.

Upvotes: 1

Related Questions