Gradle tasks are not showing in gradle tool window in android studio 4.2

12

I just updated my android studio to version 4.2. I had the surprise to not see the Gradle tasks in my project.

It was working in the previous version 4.1.3 as we can see here:

But now I only see the dependencies in version 4.2:

I tried to clear the cache of android studio and sync my project again. But no change.

May it is a feature changes ? But I do not think so because it is really annoying to not see the gradle tasks in this tab.

May someone got a solution about this ? I could see anything related to this problem on internet.

Thanks a lot !

Share
Improve this question

Comments

Popular posts from this blog

flutter websocket connection issue

React-native : Unable to use react-native-fast-image

reinterpret_cast bug or UB? [duplicate]