1

I want my gradle GUI to show tasks and not only dependencies. Look at the pictures. My gradle shows picture1 (with black background) and I want it to show tree like in picture2 (white background).

enter image description here

enter image description here

Kratos
  • 681
  • 1
  • 13
  • 30

1 Answers1

0

The disabling offline mode should resolve the problem: enter image description here

Update: Gradle tasks are not showing in the gradle tool window in Android Studio 4.2

Mike
  • 2,547
  • 3
  • 16
  • 30
  • Nope. I tried, but nothing changed – Kratos Dec 08 '21 at 18:51
  • Please have a look at https://stackoverflow.com/questions/67405791/gradle-tasks-are-not-showing-in-the-gradle-tool-window-in-android-studio-4-2 – Mike Dec 09 '21 at 08:05