'Unable to find signing report in the new android studio update

I updated my android studio to the latest version day before yesterday and now I can't find the signing report which used to be under Tasks in the Gradle section on the right hand side.



Solution 1:[1]

I have the same "issue" (maybe it's a new feature, idk). But as a workaround, you can also use the command ./gradlew signingReport in the terminal.

Solution 2:[2]

Go to android view on android studio, and type

gradlew signingReport

Solution 3:[3]

Just Go In Settings

Ctrl + Alt + S or File --> Settings 

Then Go To Experimental and uncheck Do not Build Gradle Task list during Gradle sync.

First Set Of Instructions

Then Click Apply Then Close The window and press Sync Project With Gradle Files .

Second Set Of Instructions

Walla!! Here You GO!! Result

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 Dharman
Solution 2 Amimul Ihsan
Solution 3 Ayan Shaikh